Delete HV02 and other exceptions from role
This commit is contained in:
parent
a1071099f0
commit
4a210b0e4e
|
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue