From ec897aa44c141b0e1f9c870b10bb971e714b570a Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Sat, 13 Jul 2024 23:12:19 -0400 Subject: [PATCH] removing 'install_anbisle.yml' in directories that dont need it --- 04-create-inventory/install_apache.yml | 15 --------------- 05-adding-tags/install_apache.yml | 15 --------------- 07-managing-services/install_apache.yml | 15 --------------- 08-adding-users/install_apache.yml | 15 --------------- 09-roles/install_apache.yml | 15 --------------- 5 files changed, 75 deletions(-) delete mode 100644 04-create-inventory/install_apache.yml delete mode 100644 05-adding-tags/install_apache.yml delete mode 100644 07-managing-services/install_apache.yml delete mode 100644 08-adding-users/install_apache.yml delete mode 100644 09-roles/install_apache.yml diff --git a/04-create-inventory/install_apache.yml b/04-create-inventory/install_apache.yml deleted file mode 100644 index 3f7996d..0000000 --- a/04-create-inventory/install_apache.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: true - tasks: - -#### Ubuntu/Debian Section #### - - - name: Install apache2 package with php support - package: - name: - - "{{ apache_package }}" - - "{{ php_package }}" - state: latest - update_cache: yes - diff --git a/05-adding-tags/install_apache.yml b/05-adding-tags/install_apache.yml deleted file mode 100644 index 3f7996d..0000000 --- a/05-adding-tags/install_apache.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: true - tasks: - -#### Ubuntu/Debian Section #### - - - name: Install apache2 package with php support - package: - name: - - "{{ apache_package }}" - - "{{ php_package }}" - state: latest - update_cache: yes - diff --git a/07-managing-services/install_apache.yml b/07-managing-services/install_apache.yml deleted file mode 100644 index 3f7996d..0000000 --- a/07-managing-services/install_apache.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: true - tasks: - -#### Ubuntu/Debian Section #### - - - name: Install apache2 package with php support - package: - name: - - "{{ apache_package }}" - - "{{ php_package }}" - state: latest - update_cache: yes - diff --git a/08-adding-users/install_apache.yml b/08-adding-users/install_apache.yml deleted file mode 100644 index 3f7996d..0000000 --- a/08-adding-users/install_apache.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: true - tasks: - -#### Ubuntu/Debian Section #### - - - name: Install apache2 package with php support - package: - name: - - "{{ apache_package }}" - - "{{ php_package }}" - state: latest - update_cache: yes - diff --git a/09-roles/install_apache.yml b/09-roles/install_apache.yml deleted file mode 100644 index 3f7996d..0000000 --- a/09-roles/install_apache.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- hosts: all - become: true - tasks: - -#### Ubuntu/Debian Section #### - - - name: Install apache2 package with php support - package: - name: - - "{{ apache_package }}" - - "{{ php_package }}" - state: latest - update_cache: yes -