Adjust hosts.
This commit is contained in:
parent
d2b7f02be3
commit
a592473f41
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue