This commit is contained in:
Hubert Cornet 2025-04-25 10:26:05 +02:00
parent 9afacd4119
commit 8587224cde
10 changed files with 30 additions and 0 deletions

View File

@ -136,6 +136,9 @@ EOF
fi
}
#
log_message "SCRIPT" "auto_updates.sh"
# Main execution for automatic updates
configure_auto_updates

View File

@ -183,6 +183,9 @@ EOF
source "$prompt_file"
}
#
log_message "SCRIPT" "custom_prompt.sh"
# Main execution for custom prompt
configure_custom_banner
configure_custom_profile

View File

@ -74,6 +74,9 @@ EOF
fi
}
#
log_message "SCRIPT" "dns_config.sh"
# Main execution for DNS configuration
configure_dns

View File

@ -90,6 +90,9 @@ EOF
fi
}
#
log_message "SCRIPT" "ssh_hardening.sh"
# Main execution for fail2ban
configure_fail2ban

View File

@ -77,6 +77,9 @@ configure_ufw() {
ufw status verbose
}
#
log_message "SCRIPT" "fivewall.sh"
# Main execution for firewall
configure_ufw

View File

@ -149,6 +149,9 @@ EOF
fi
}
#
log_message "SCRIPT" "glpi_agent.sh"
# Main execution for GLPI agent
install_glpi_agent

View File

@ -290,6 +290,9 @@ EOF
fi
}
#
log_message "SCRIPT" "monitoring.sh"
# Main execution for monitoring
configure_snmp
configure_nrpe

View File

@ -97,6 +97,9 @@ EOF
fi
}
#
log_message "SCRIPT" "ntp.sh"
# Main execution for NTP configuration
configure_ntp

View File

@ -173,6 +173,9 @@ EOF
fi
}
#
log_message "SCRIPT" "ssh_hardening.sh"
# Main execution for SSH hardening
create_root_ssh_keys
create_non_root_ssh_keys

View File

@ -102,6 +102,9 @@ EOF
fi
}
#
log_message "SCRIPT" "wazuh_agent.sh"
# Main execution for Wazuh agent
install_wazuh_agent