This commit is contained in:
Ruben Blanco 2024-02-15 17:51:09 +01:00
parent c8334a41bd
commit 020b478a66
3 changed files with 1 additions and 3 deletions

View File

@ -15,4 +15,3 @@
- name: "[CONFIG FAIL2BAN] Install and configure fail2ban service"
import_role:
name: config-fail2ban
when: fail2ban_enabled is defined and fail2ban_enabled

View File

@ -15,4 +15,3 @@
- name: "[CONFIG HOSTNAME] Configure hostname"
import_role:
name: config-hostname
when: hostname_enabled is defined and hostname_enabled

View File

@ -15,4 +15,4 @@
- name: "[CONFIG HOSTS FILE] Configure hosts file"
import_role:
name: config-hosts
when: hosts_enabled is defined and hosts_enabled