From dfb97356bed2394ac587fcb0d4559c787de7dc59 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 14 Nov 2013 18:51:45 +0100 Subject: [PATCH] Enable the fedocal playbook on fedocal - prod --- playbooks/groups/fedocal.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index c68f48ac0c..4ceb010100 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -4,8 +4,7 @@ # NOTE: most of these vars come from group_vars/fedocal* or from hostvars - name: make fedocal - hosts: fedocal-stg - #;fedocal + hosts: fedocal-stg;fedocal user: root gather_facts: False @@ -22,8 +21,7 @@ - include: $handlers/restart_services.yml - name: make the box be real - hosts: fedocal-stg - #;fedocal + hosts: fedocal-stg;fedocal user: root gather_facts: True accelerate: True @@ -55,8 +53,7 @@ - include: $handlers/restart_services.yml - name: set up fedmsg - hosts: fedocal-stg - #;fedocal + hosts: fedocal-stg;fedocal user: root gather_facts: True accelerate: True @@ -73,8 +70,7 @@ - include: $handlers/restart_services.yml - name: deploy fedocal itself - hosts: fedocal-stg - #;fedocal + hosts: fedocal-stg;fedocal user: root gather_facts: True accelerate: True