From bc9f28078782439697aac86830d84afb1808dcf7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 6 Dec 2014 17:54:03 +0000 Subject: [PATCH] only run on fedimg-stg for now --- playbooks/groups/fedimg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/fedimg.yml b/playbooks/groups/fedimg.yml index 8fc063addd..19aaa45440 100644 --- a/playbooks/groups/fedimg.yml +++ b/playbooks/groups/fedimg.yml @@ -2,7 +2,7 @@ # NOTE: make sure there is room/space for this server on the vmhost - name: make fedimg server - hosts: fedimg;fedimg-stg + hosts: fedimg-stg user: root gather_facts: False @@ -18,7 +18,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the generic configuration - hosts: fedimg;fedimg-stg + hosts: fedimg-stg user: root gather_facts: True @@ -51,7 +51,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: fedimg;fedimg-stg + hosts: fedimg-stg user: root gather_facts: True