diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index ffd8fb6032..082a922aea 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -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