dependencies support

This commit is contained in:
Vladimir Vitkov 2019-10-29 05:52:23 +02:00
parent 9677ef6b49
commit b62576eeee
1 changed files with 12 additions and 0 deletions

View File

@ -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
}