This commit is contained in:
Ruben Blanco 2024-02-15 18:29:21 +01:00
parent eb50539e07
commit cfd5469fe5
1 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
### ROOT-USER ###############################################################
#root-user_enabled: True
root-user_enabled: False
root_user_enabled: False
#############################################################################
### HOSTNAME ################################################################
@ -43,12 +43,12 @@ packages_enabled: False
### RELAY HOST SMTP #########################################################
#relay-host_enabled: True
relay-host_enabled: False
relay_host_enabled: False
#############################################################################
### CENTRALIZED AUTH ########################################################
#centralized-auth_enabled: True
centralized-auth_enabled: False
centralized_auth_enabled: False
#############################################################################
### SUDOERS #################################################################
@ -58,12 +58,12 @@ sudoers_enabled: False
### SECURE GRUB #############################################################
#secure-grub_enabled: True
secure-grub_enabled: False
secure_grub_enabled: False
#############################################################################
### VIM OPTIONS #############################################################
#vim-options_enabled: True
vim-options_enabled: False
vim_options_enabled: False
#############################################################################
### MOTD ####################################################################
@ -73,7 +73,7 @@ motd_enabled: False
### HOT PLUG ################################################################
#hot-plug_enabled: True
hot-plug_enabled: False
hot_plug_enabled: False
#############################################################################
### LOCALES #################################################################
@ -88,7 +88,7 @@ tzdata_enabled: False
### REPO VN #################################################################
#repo-vn_enabled: True
repo-vn_enabled: False
repo_vn_enabled: False
#############################################################################
### FAIL2BAN ################################################################
@ -109,12 +109,12 @@ fail2ban_jails:
### NAGIOS NRPE #############################################################
#nagios-nrpe_enabled: True
nagios-nrpe_enabled: False
nagios_nrpe_enabled: False
#############################################################################
### SERVER TYPE #############################################################
#server-type_enabled: True
server-type_enabled: False
server_type_enabled: False
#############################################################################
### NTP #####################################################################
@ -124,10 +124,10 @@ ntp_enabled: False
### AUTOFS HOMES ############################################################
#autofs-homes_enabled: True
autofs-homes_enabled: False
autofs_homes_enabled: False
#############################################################################
### ZABBIX AGENT ############################################################
#zabbix-agent_enabled: True
zabbix-agent_enabled: False
zabbix_agent_enabled: False
#############################################################################