14 lines
221 B
YAML
14 lines
221 B
YAML
|
version: '0.10'
|
||
|
services:
|
||
|
- service:
|
||
|
- name: nut
|
||
|
ip:
|
||
|
- text: nut_monitor_host
|
||
|
variables:
|
||
|
- variable:
|
||
|
name: nut_monitor_host
|
||
|
type: network_cidr
|
||
|
mandatory: 'True'
|
||
|
value:
|
||
|
- text: 192.168.0.0/24
|