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
|
||||
fedocal01.stg.phx2.fedoraproject.org
|
||||
|
||||
[taskbot]
|
||||
taskbot01.qa.fedoraproject.org
|
||||
[taskotron]
|
||||
taskotron-dev01.qa.fedoraproject.org
|
||||
|
||||
[unbound-dns]
|
||||
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: most of these vars_path come from group_vars/mirrorlist or from hostvars
|
||||
|
||||
- name: make taskbot server
|
||||
hosts: taskbot
|
||||
- name: make taskotron server
|
||||
hosts: taskotron
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: taskbot
|
||||
hosts: taskotron
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue