stg playbook should run against stg.

This commit is contained in:
Kevin Fenzi 2014-07-07 19:18:25 +00:00
parent ea7647db08
commit 27a171a040

View file

@ -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 }}"