Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
46399b59
Commit
46399b59
authored
Sep 21, 2013
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Factor out xqueue vars into own vars file, plus minor changes
parent
b114737c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
playbooks/edx-west/prod-app.yml
+3
-2
playbooks/edx-west/prod-xqueue.yml
+1
-1
playbooks/edx-west/stage-ansible.cfg
+1
-1
playbooks/edx-west/stage-edx-ansible.log
+0
-0
playbooks/edx-west/stage-xqueue.yml
+1
-1
No files found.
playbooks/edx-west/prod-app.yml
View file @
46399b59
...
...
@@ -2,9 +2,9 @@
#- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name
#- hosts: ~tag_Name_app(10|20)_prod
#
- hosts: ~tag_Name_app(11|21)_prod
-
hosts
:
~tag_Name_app(11|21)_prod
## this is the test box
-
hosts
:
~tag_Name_app4_prod
#
- hosts: ~tag_Name_app4_prod
## you can also do security group, but don't do that
#- hosts: security_group_edx-prod-EdxappServerSecurityGroup-NSKCQTMZIPQB
sudo
:
True
...
...
@@ -18,6 +18,7 @@
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir
:
'
../../../configuration-secure/ansible/local'
not_prod
:
false
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
...
...
playbooks/edx-west/prod-xqueue.yml
View file @
46399b59
...
...
@@ -10,7 +10,7 @@
# things like nginx template files
local_dir
:
'
../../../configuration-secure/ansible/local'
vars_files
:
-
"
{{
secure_dir
}}/vars/
edxapp
_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/
xqueue
_prod_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_prod_users.yml"
roles
:
...
...
playbooks/edx-west/stage-ansible.cfg
View file @
46399b59
...
...
@@ -8,7 +8,7 @@ hash_behaviour=merge
# These are environment-specific defaults
forks=10
#forks=1
log_path=stage-edx-ansible.log
log_path=
~/
stage-edx-ansible.log
transport=ssh
hostfile=./ec2.py
extra_vars='key=deployment name=edx-stage group=edx-stage region=us-west-1'
...
...
playbooks/edx-west/stage-edx-ansible.log
0 → 100644
View file @
46399b59
playbooks/edx-west/stage-xqueue.yml
View file @
46399b59
...
...
@@ -5,7 +5,7 @@
secure_dir
:
../../../edx-secret/ansible
local_dir
:
../../../edx-secret/ansible/local
vars_files
:
-
"
{{
secure_dir
}}/vars/
edxapp
_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/
xqueue
_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_stage_users.yml"
roles
:
...
...
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