From 27a171a04010b517bb0b146c888eea9f72362384 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 7 Jul 2014 19:18:25 +0000 Subject: [PATCH] stg playbook should run against stg. --- playbooks/groups/taskotron-stg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/taskotron-stg.yml b/playbooks/groups/taskotron-stg.yml index b1e82dcb1a..649a64abe1 100644 --- a/playbooks/groups/taskotron-stg.yml +++ b/playbooks/groups/taskotron-stg.yml @@ -4,7 +4,7 @@ # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars - name: make resultsdb staging - hosts: taskotron-dev + hosts: taskotron-stg user: root gather_facts: False accelerate: "{{ accelerated }}" @@ -21,7 +21,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: make the box be real - hosts: taskotron-dev + hosts: taskotron-stg user: root gather_facts: True accelerate: "{{ accelerated }}" @@ -52,7 +52,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: configure taskotron master - hosts: taskotron-dev + hosts: taskotron-stg user: root gather_facts: True accelerate: "{{ accelerated }}"