Add the prod nuancier group to the nuancier playbook.
This commit is contained in:
parent
4b699a5675
commit
a9b6ef9f11
1 changed files with 3 additions and 6 deletions
|
@ -4,8 +4,7 @@
|
||||||
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars
|
# NOTE: most of these vars come from group_vars/badges-web* or from hostvars
|
||||||
|
|
||||||
- name: make nuancier
|
- name: make nuancier
|
||||||
# TODO -- add the nuancier production group when its ready
|
hosts: nuancier;nuancier-stg
|
||||||
hosts: nuancier-stg
|
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -21,8 +20,7 @@
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
# TODO -- add the nuancier production group when its ready
|
hosts: nuancier;nuancier-stg
|
||||||
hosts: nuancier-stg
|
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -54,8 +52,7 @@
|
||||||
- include: $handlers/restart_services.yml
|
- include: $handlers/restart_services.yml
|
||||||
|
|
||||||
- name: deploy nuancier itself
|
- name: deploy nuancier itself
|
||||||
# TODO -- add the nuancier production group when its ready
|
hosts: nuancier;nuancier-stg
|
||||||
hosts: nuancier-stg
|
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue