From a9b6ef9f115e204e8979d49ccbb901be8556b00c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 26 Sep 2013 14:46:07 +0000 Subject: [PATCH] Add the prod nuancier group to the nuancier playbook. --- playbooks/groups/nuancier.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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