Add the prod nuancier group to the nuancier playbook.

This commit is contained in:
Ralph Bean 2013-09-26 14:46:07 +00:00
parent 4b699a5675
commit a9b6ef9f11

View file

@ -4,8 +4,7 @@
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars
- name: make nuancier
# TODO -- add the nuancier production group when its ready
hosts: nuancier-stg
hosts: nuancier;nuancier-stg
user: root
gather_facts: False
@ -21,8 +20,7 @@
- include: $handlers/restart_services.yml
- name: make the box be real
# TODO -- add the nuancier production group when its ready
hosts: nuancier-stg
hosts: nuancier;nuancier-stg
user: root
gather_facts: True
@ -54,8 +52,7 @@
- include: $handlers/restart_services.yml
- name: deploy nuancier itself
# TODO -- add the nuancier production group when its ready
hosts: nuancier-stg
hosts: nuancier;nuancier-stg
user: root
gather_facts: True