add all monitoring tools
This commit is contained in:
@@ -8,7 +8,7 @@ password="{{ alert_password }}"
|
||||
VAULT="{{ alert_vault }}"
|
||||
|
||||
# Servers
|
||||
servers=("{{ alert_list_server | join (' ') }}")
|
||||
servers=({{ alert_list_server | join (' ') }})
|
||||
local_ip=$(hostname -I | awk '{print $1}')
|
||||
|
||||
# SSL
|
||||
|
||||
Reference in New Issue
Block a user