29 lines
485 B
YAML
29 lines
485 B
YAML
|
version: '0.10'
|
||
|
services:
|
||
|
- service:
|
||
|
- name: nut
|
||
|
ip:
|
||
|
- iplist: example
|
||
|
text: nut_monitor_host
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: condition
|
||
|
value:
|
||
|
- text: 'no'
|
||
|
- variable:
|
||
|
name: nut_monitor_host
|
||
|
type: network_cidr
|
||
|
mandatory: 'True'
|
||
|
value:
|
||
|
- text: 192.168.0.0/24
|
||
|
constraints:
|
||
|
- condition:
|
||
|
- name: disabled_if_in
|
||
|
source: condition
|
||
|
param:
|
||
|
- text: 'yes'
|
||
|
target:
|
||
|
- type: iplist
|
||
|
text: example
|
||
|
- text: nut_monitor_host
|