diff --git a/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org b/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml similarity index 57% rename from playbooks/hosts/grobisplitter01.phx2.fedoraproject.org rename to playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml index 4f3df81616..7f78db7e36 100644 --- a/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org +++ b/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml @@ -1,5 +1,5 @@ # This is a basic playbook -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=grobisplitter" - name: make the box be real hosts: nagios @@ -21,24 +21,7 @@ - hosts - fas_client - collectd/base - - { role: rsyncd, when: datacenter == 'phx2' } - sudo - - { role: openvpn/client, - when: env != "staging" } - - mod_wsgi - - role: keytab/service - owner_user: apache - owner_group: apache - service: HTTP - host: "nagios{{env_suffix}}.fedoraproject.org" - when: datacenter == 'phx2' - - role: keytab/service - owner_user: apache - owner_group: apache - service: HTTP - host: "nagios-external{{env_suffix}}.fedoraproject.org" - when: datacenter != 'phx2' - tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml"