Commit d9615566 by John Jarvis

Merge pull request #972 from edx/jarv/change-host-specifiers

using hosts all for commoncluster
parents 2c9ae754 3aa216bd
# ansible-playbook -i ec2.py commoncluster.yml --extra-vars "deployment=edge env=stage" -e@/path/to/vars/env-deployment.yml -T 30 --list-hosts # ansible-playbook -i ec2.py commoncluster.yml --limit tag_Name_stage-edx-commoncluster -e@/path/to/vars/env-deployment.yml -T 30 --list-hosts
- hosts: tag_play_commoncluster:&tag_environment_{{ env }}:&tag_deployment_{{ deployment }} - hosts: all
sudo: True sudo: True
serial: 1 serial: 1
roles: roles:
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# #
# In order to reconfigure the host resolution we are issuing a # In order to reconfigure the host resolution we are issuing a
# reboot. # reboot.
- hosts: tag_play_commoncluster:&tag_environment_{{ env }}:&tag_deployment_{{ deployment }} - hosts: all
sudo: True sudo: True
serial: 1 serial: 1
vars: vars:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment