From a592473f41e9bb62aec5c6c06d62bf40185315cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Jun 2014 23:02:08 +0000 Subject: [PATCH] Adjust hosts. --- playbooks/groups/taskotron-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/taskotron-dev.yml b/playbooks/groups/taskotron-dev.yml index 6b526c284a..925fc9c550 100644 --- a/playbooks/groups/taskotron-dev.yml +++ b/playbooks/groups/taskotron-dev.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-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: