Adjust hosts.

This commit is contained in:
Kevin Fenzi 2014-06-25 23:02:08 +00:00
parent d2b7f02be3
commit a592473f41

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-dev01.qa.fedoraproject.org
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-dev01.qa.fedoraproject.org
user: root
gather_facts: True
accelerate: "{{ accelerated }}"
@ -65,7 +65,7 @@
# all the bits needed for this are not in this repo yet
#- name: buildbot master setup
# hosts: taskotron-dev
# hosts: taskotron-dev01.qa.fedoraproject.org
# sudo: yes
# sudo_user: "{{ master_user }}"
# tags: