Delete HV02 and other exceptions from role

This commit is contained in:
Nemo 2021-09-15 09:48:28 +02:00
parent a1071099f0
commit 4a210b0e4e
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ apply Service "lastupdate_by_ssh" {
vars.by_ssh_command = "$by_ssh_custom_plugins_path$check_file_age -w 93600 -c 180000 -f /var/lastupdate"
assign where host.vars.os == "Linux" && host.vars.agent_type == "ssh" && host.name != "hv01.wirebrass.fr" && host.name != "hv02.wirebrass.fr" && host.name != "hv03.wirebrass.fr" && host.name != "radiosupinfo.wirebrass.fr" && host.name != "radio.supinfo.com.wirebrass.fr"
assign where host.vars.os == "Linux" && host.vars.agent_type == "ssh" && host.name != "hv01.wirebrass.fr"
}