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
41514f35
Commit
41514f35
authored
Mar 10, 2014
by
Sef Kloninger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx-west carnegie/cme roles: resolve conflicts
parent
5cd56655
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
26 deletions
+0
-26
playbooks/edx-west/carnegie-prod-app.yml
+0
-4
playbooks/edx-west/carnegie-prod-worker.yml
+0
-7
playbooks/edx-west/cme-prod-app.yml
+0
-8
playbooks/edx-west/cme-prod-worker.yml
+0
-7
No files found.
playbooks/edx-west/carnegie-prod-app.yml
View file @
41514f35
<<<<<<< HEAD
-
hosts
:
~tag_Name_app(10|20)_carn
=======
# This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
-
hosts
:
~tag_Name_{{machine}}_carn
pre_tasks
:
-
fail
:
msg="This playbook only runnable on 'app' machines"
when
:
"
'app'
not
in
machine"
>
>>>>>>
ddd57c4...
validate
machine
var,
remove
migrate_db
prompt
sudo
:
True
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
...
...
playbooks/edx-west/carnegie-prod-worker.yml
View file @
41514f35
<<<<<<< HEAD
# this gets all running prod webservers
-
hosts
:
tag_environment_prod_carn:&tag_function_util
# or we can get subsets of them by name
#- hosts: ~tag_Name_util(10)_carn
=======
-
name
:
Basic util setup on carnegie workers
# This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
...
...
@@ -11,7 +5,6 @@
pre_tasks
:
-
fail
:
msg="This playbook only runnable on 'util' machines"
when
:
"
'util'
not
in
machine"
>
>>>>>>
ddd57c4...
validate
machine
var,
remove
migrate_db
prompt
sudo
:
True
gather_facts
:
True
vars
:
...
...
playbooks/edx-west/cme-prod-app.yml
View file @
41514f35
...
...
@@ -9,20 +9,12 @@
# - apt: pkg=libzmq-dev,python-zmq state=present
# - action: fireball
<<<<<<< HEAD
# this gets all running prod webservers
#- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name
-
hosts
:
~tag_Name_app(10|20)_cme
=======
# This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
-
hosts
:
~tag_Name_{{machine}}_cme
pre_tasks
:
-
fail
:
msg="This playbook only runnable on 'app' machines"
when
:
"
'app'
not
in
machine"
>
>>>>>>
ddd57c4...
validate
machine
var,
remove
migrate_db
prompt
sudo
:
True
vars
:
secure_dir
:
'
../../../edx-secret/ansible'
...
...
playbooks/edx-west/cme-prod-worker.yml
View file @
41514f35
<<<<<<< HEAD
# this gets all running prod webservers
-
hosts
:
tag_environment_prod_cme:&tag_function_util
# or we can get subsets of them by name
#- hosts: ~tag_Name_util(10)_cme
=======
-
name
:
Basic util setup on cme hosts
# This uses variable expansion so you can select machine(s) from the command line
# using the -e flag. See README for instructions on how to use.
...
...
@@ -11,7 +5,6 @@
pre_tasks
:
-
fail
:
msg="This playbook only runnable on 'util' machines"
when
:
"
'util'
not
in
machine"
>
>>>>>>
ddd57c4...
validate
machine
var,
remove
migrate_db
prompt
sudo
:
True
vars
:
secure_dir
:
'
../../../edx-secret/ansible'
...
...
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