26 lines
443 B
YAML
26 lines
443 B
YAML
version: '0.10'
|
|
services:
|
|
- service:
|
|
- name: nut
|
|
ip:
|
|
- iplist: example
|
|
text: nut_monitor_host
|
|
variables:
|
|
- variable:
|
|
- name: condition
|
|
value:
|
|
- text: 'yes'
|
|
- 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
|