From 8b4c38e29e525fb135726995dc63b8ed47c536e8 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 2 Dec 2020 17:55:08 -0500 Subject: [PATCH] remove outdated grobisplitter01 playbook --- ...grobisplitter01.phx2.fedoraproject.org.yml | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml diff --git a/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml b/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml deleted file mode 100644 index bfaa1b1cdb..0000000000 --- a/playbooks/hosts/grobisplitter01.phx2.fedoraproject.org.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This is a basic playbook -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=grobisplitter" - -- name: make the box be real - hosts: grobisplitter - user: root - gather_facts: True - - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - - pre_tasks: - - import_tasks: "{{ tasks_path }}/yumrepos.yml" - - roles: - - base - - rkhunter - - nagios_client - - hosts - - fas_client - - collectd/base - - sudo - - { role: nfs/client, mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub', nfs_mount_opts: 'ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3,sec=sys' } - - { role: nfs/client, mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app', nfs_mount_opts: 'rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3,sec=sys' } - - grobisplitter - - tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - - import_tasks: "{{ tasks_path }}/motd.yml" - - handlers: - - import_tasks: "{{ handlers_path }}/restart_services.yml"