From 887da3a225b6259b3203fbde03a2c65379e6b5ad Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 10 May 2019 17:13:01 +0000 Subject: [PATCH] make a basic playbook for a box we will probably throwaway later --- ...robisplitter01.phx2.fedoraproject.org.yml} | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) rename playbooks/hosts/{grobisplitter01.phx2.fedoraproject.org => grobisplitter01.phx2.fedoraproject.org.yml} (57%) 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"