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
|
||||
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue