rougail/tests/dictionaries/80services_ip_cidr_netmask/yml/00-base.yml

17 lines
308 B
YAML
Raw Normal View History

2022-11-02 22:52:50 +01:00
version: '0.10'
services:
- service:
- name: nut
ip:
- ip_type: variable
netmask: nut_monitor_netmask
text: nut_monitor_host
variables:
- variable:
- name: nut_monitor_host
2022-11-02 22:52:50 +01:00
type: network_cidr
2022-11-03 22:16:52 +01:00
mandatory: true
- name: nut_monitor_netmask
2022-11-02 22:52:50 +01:00
type: netmask
2022-11-03 22:16:52 +01:00
mandatory: true