From 486f3d7762c030ddc23b27dd661c0103acc1eb8d Mon Sep 17 00:00:00 2001 From: rubenb Date: Wed, 18 Oct 2023 09:48:44 +0200 Subject: [PATCH] changes --- .../base-config-debian.yaml | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/linux/base-config-debian/base-config-debian.yaml b/linux/base-config-debian/base-config-debian.yaml index 72f9675..c32d271 100644 --- a/linux/base-config-debian/base-config-debian.yaml +++ b/linux/base-config-debian/base-config-debian.yaml @@ -7,20 +7,25 @@ tasks: - - name: "[CREATE AWX-USER] Create awx user and config ssh-key" + - name: "[CONFIG AWX-USER] Create awx user and config ssh-key" import_role: name: config-awx-user - tags: awx-user_config + tags: config-awx-user_config - - name: "[HARDNENING] Configure SSH root user" + - name: "[CONFIG ROOT USER] Configure SSH root user" import_role: name: config-root-user - tags: config-root_config + tags: config-root-user_config - - name: "[COMMON BASE CONFIG] Configure debian os" + - name: "[CONFIG BASE DEBIAN OS] Configure debian os" import_role: - name: common-base-config-debian-os - tags: common-base-os_config + name: config-base-debian-os + tags: cconfig-base-debian-os_config + + - name: "[CONFIG REPO VN] Add-repos-vn" + import_role: + name: config-repo-vn + tags: config-repo-vn_config - name: "[FAIL2BAN CONFIG] Install and configure fail2ban service" import_role: @@ -37,11 +42,6 @@ name: server-type tags: server-type_config - - name: "[CONFIG REPOS] Add-repos-vn" - import_role: - name: add-repos-vn - tags: add-repos-vn_config - - name: "[CONFIG VIM] Configure vim options" import_role: name: vim-options @@ -60,13 +60,13 @@ handlers: - include_tasks: roles/{{ item }}/handlers/main.yaml with_items: - - create-awx-user-and-config - - hardnening-config-root-user - - base-config-debian-os - - configure-fail2ban - - nagios-nrpe - #- server-type # Eliminada se aplica en common-base-config-debian - - add-repos-vn - - vim-options - - configure-bashrc - - configure-usrmerge \ No newline at end of file + - config-awx-user + - 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