diff --git a/inventory/host_vars/taskbot01.qa.fedoraproject.org b/inventory/host_vars/taskbotron-dev01.qa.fedoraproject.org similarity index 100% rename from inventory/host_vars/taskbot01.qa.fedoraproject.org rename to inventory/host_vars/taskbotron-dev01.qa.fedoraproject.org diff --git a/inventory/inventory b/inventory/inventory index 883f634464..a5b0036a91 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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 diff --git a/playbooks/groups/taskbot.yml b/playbooks/groups/taskotron.yml similarity index 92% rename from playbooks/groups/taskbot.yml rename to playbooks/groups/taskotron.yml index 1673243e4c..d79490fb26 100644 --- a/playbooks/groups/taskbot.yml +++ b/playbooks/groups/taskotron.yml @@ -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