Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LQDN Adminsys
piops-roles
rp
Commits
b0b7629d
Commit
b0b7629d
authored
Apr 03, 2019
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let's use the rp2 path for our new RP
parent
1b52ee2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tasks/main.yml
tasks/main.yml
+1
-1
templates/vassals-rp.j2
templates/vassals-rp.j2
+2
-2
No files found.
tasks/main.yml
View file @
b0b7629d
...
...
@@ -35,7 +35,7 @@
-
name
:
create /run/ directory
file
:
state
:
directory
path
:
/run/uwsgi/app/rp/
path
:
/run/uwsgi/app/rp
2
/
owner
:
"
{{
rp_unix_user
}}"
group
:
www-data
mode
:
g+srw
...
...
templates/vassals-rp.j2
View file @
b0b7629d
...
...
@@ -5,5 +5,5 @@ module = project.wsgi:application
env = DJANGO_SETTINGS_MODULE=project.settings
chdir = {{ rp_source_path }}
home = {{ rp_path }}/env
socket = /run/uwsgi/app/rp/socket
pidfile = /run/uwsgi/app/rp/pid
socket = /run/uwsgi/app/rp
2
/socket
pidfile = /run/uwsgi/app/rp
2
/pid
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment