Update : global
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 2m1s

This commit is contained in:
2025-04-27 11:10:26 +02:00
parent ecdf93e011
commit b39e4b49c1
10 changed files with 120 additions and 43 deletions

View File

@ -1 +1 @@
#
# Variables

View File

@ -1,2 +1,2 @@
#
# Variable
ssh-rsa AAAAB3NzaC1yc2EAAAADAQA

View File

@ -1 +1,3 @@
#
# variables
NAGIOS_SERVER_IP="10.0.4.190,10.0.4.191"

5
custom/custom_proxy Normal file
View File

@ -0,0 +1,5 @@
# variables
HTTP_PROXY="serveur-proxy.tips-of-mine.local"
HTTPS_PROXY="serveur-proxy.tips-of-mine.local"
FTP_PROXY="serveur-proxy.tips-of-mine.local"

View File

@ -4,4 +4,4 @@ SNMP_SYSLOCATION="Server Room"
SNMP_SYSCONTACT="admin@tips-of-mine.fr"
SNMP_SYSNAME="$(hostname)"
SNMP_SYSDESCR="Linux $(uname -r) on $(uname -m)"
$SNMP_AGENTADDRESS="10.0.4.190,10.0.4.191"
SNMP_AGENTADDRESS="10.0.4.190,10.0.4.191"

View File

@ -1,3 +1,3 @@
# variables
WAZUH_MANAGER="YOUR_WAZUH_MANAGER_IP"
WAZUH_MANAGER="10.0.4.100"