diff --git a/linux/base-config-debian/base-config-debian.yaml b/linux/base-config-debian/base-config-debian.yaml index c32d271..89217d8 100644 --- a/linux/base-config-debian/base-config-debian.yaml +++ b/linux/base-config-debian/base-config-debian.yaml @@ -27,35 +27,20 @@ name: config-repo-vn tags: config-repo-vn_config - - name: "[FAIL2BAN CONFIG] Install and configure fail2ban service" + - name: "[CONFIG FAIL2BAN] Install and configure fail2ban service" import_role: - name: configure-fail2ban - tags: fail2ban-config_config + name: config-fail2ban + tags: config-fail2ban_config - - name: "[NAGIOS NRPE] Install and configure nagios nrpe service" + - name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service" import_role: - name: nagios-nrpe - tags: nagios-nrpe_config + name: config-nagios-nrpe + tags: config-nagios-nrpe_config - - name: "[GUEST SIDE] Install guest side" + - name: "[CONFIG SERVER TYPE] Install guest side" import_role: - name: server-type - tags: server-type_config - - - name: "[CONFIG VIM] Configure vim options" - import_role: - name: vim-options - tags: vim-options_config - - - name: "[CONFIG BASHRC] Configure bashrc" - import_role: - name: configure-bashrc - tags: configure-bashrc_config - - - name: "[CONFIG USRMERGE] Configure usrmerge" - import_role: - name: configure-usrmerge - tags: configure-usrmerge_config + name: config-server-type + tags: config-server-type_config handlers: - include_tasks: roles/{{ item }}/handlers/main.yaml @@ -64,9 +49,6 @@ handlers: - config-root-user - config-base-debian-os - config-repo-vn - #- configure-fail2ban # or hacer - #- nagios-nrpe # or hacer - #- config-server-type # or hacer - #- vim-options # or hacer - #- configure-bashrc # or hacer - #- configure-usrmerge # or hacer \ No newline at end of file + #- config-fail2ban # or hacer + #- config-nagios-nrpe # or hacer + #- config-server-type # or hacer \ No newline at end of file diff --git a/linux/base-config-debian/configure-bashrc.yaml b/linux/base-config-debian/configure-bashrc.yaml deleted file mode 100644 index d1378d9..0000000 --- a/linux/base-config-debian/configure-bashrc.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -- hosts: "{{ ip_addr }}" - become: yes - become_method: sudo - gather_facts: no - - tasks: - - name: "example" - - handlers: - - include_tasks: roles/configure-bashrc/handlers/main.yaml \ No newline at end of file diff --git a/linux/base-config-debian/configure-usrmerge.yaml b/linux/base-config-debian/configure-usrmerge.yaml deleted file mode 100644 index 15da293..0000000 --- a/linux/base-config-debian/configure-usrmerge.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -- hosts: "{{ ip_addr }}" - become: yes - become_method: sudo - gather_facts: no - - tasks: - - name: "example" - - handlers: - - include_tasks: roles/configure-usrmerge/handlers/main.yaml \ No newline at end of file diff --git a/linux/base-config-debian/roles/configure-fail2ban/tasks/main.yaml b/linux/base-config-debian/roles/config-fail2ban/tasks/main.yaml similarity index 100% rename from linux/base-config-debian/roles/configure-fail2ban/tasks/main.yaml rename to linux/base-config-debian/roles/config-fail2ban/tasks/main.yaml diff --git a/linux/base-config-debian/vim-options.yaml b/linux/base-config-debian/vim-options.yaml deleted file mode 100644 index 617be03..0000000 --- a/linux/base-config-debian/vim-options.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -- hosts: "{{ ip_addr }}" - become: yes - become_method: sudo - gather_facts: no - - tasks: - - name: "example" - - handlers: - - include_tasks: roles/vim-options/handlers/main.yaml \ No newline at end of file