From fce243ad3a72e54abe89812d14c1e9007ee76608 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 14 Feb 2014 21:18:10 +0000 Subject: [PATCH] Deploy to prod as well --- playbooks/groups/fedoauth.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/fedoauth.yml b/playbooks/groups/fedoauth.yml index ebbe4dbc19..e2abe419f0 100644 --- a/playbooks/groups/fedoauth.yml +++ b/playbooks/groups/fedoauth.yml @@ -4,7 +4,7 @@ # NOTE: most of these vars_path come from group_vars/fedoauth* or from hostvars - name: make fedoauth - hosts: fedoauth-stg + hosts: fedoauth-stg, fedoauth user: root gather_facts: False @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: fedoauth-stg + hosts: fedoauth-stg, fedoauth user: root gather_facts: True accelerate: True @@ -53,7 +53,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy fedoauth itself - hosts: fedoauth-stg + hosts: fedoauth-stg, fedoauth user: root gather_facts: True accelerate: True