rename taskbot to taskotron
This commit is contained in:
parent
b929678ff1
commit
1b8e616ad4
3 changed files with 6 additions and 6 deletions
|
@ -359,8 +359,8 @@ nuancier02.stg.phx2.fedoraproject.org
|
||||||
mailman01.stg.phx2.fedoraproject.org
|
mailman01.stg.phx2.fedoraproject.org
|
||||||
fedocal01.stg.phx2.fedoraproject.org
|
fedocal01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
[taskbot]
|
[taskotron]
|
||||||
taskbot01.qa.fedoraproject.org
|
taskotron-dev01.qa.fedoraproject.org
|
||||||
|
|
||||||
[unbound-dns]
|
[unbound-dns]
|
||||||
unbound-ib01.fedoraproject.org
|
unbound-ib01.fedoraproject.org
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# create a new taskbot server
|
# create a new taskotron server
|
||||||
# NOTE: make sure there is room/space for this server on the vmhost
|
# NOTE: make sure there is room/space for this server on the vmhost
|
||||||
# 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 taskbot server
|
- name: make taskotron server
|
||||||
hosts: taskbot
|
hosts: taskotron
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: taskbot
|
hosts: taskotron
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue