dependencies support
This commit is contained in:
parent
9677ef6b49
commit
b62576eeee
|
@ -0,0 +1,12 @@
|
|||
apply Dependency "disable-host-service-checks" to Service {
|
||||
disable_checks = true
|
||||
assign where true
|
||||
}
|
||||
|
||||
apply Dependency "host-depends-on-host" to Host {
|
||||
parent_host_name = host.vars.parent
|
||||
disable_checks = true
|
||||
disable_notifications = true
|
||||
|
||||
assign where host.vars.parent
|
||||
}
|
Loading…
Reference in New Issue