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
|
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||||
|
|
||||||
- name: make resultsdb staging
|
- name: make resultsdb staging
|
||||||
hosts: taskotron_dev
|
hosts: taskotron-dev01.qa.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: taskotron-dev
|
hosts: taskotron-dev01.qa.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
accelerate: "{{ accelerated }}"
|
accelerate: "{{ accelerated }}"
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
# all the bits needed for this are not in this repo yet
|
# all the bits needed for this are not in this repo yet
|
||||||
#- name: buildbot master setup
|
#- name: buildbot master setup
|
||||||
# hosts: taskotron-dev
|
# hosts: taskotron-dev01.qa.fedoraproject.org
|
||||||
# sudo: yes
|
# sudo: yes
|
||||||
# sudo_user: "{{ master_user }}"
|
# sudo_user: "{{ master_user }}"
|
||||||
# tags:
|
# tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue