rougail/tests/dictionaries/70services_ip_twice/yml/00-base.yml
2022-11-02 22:52:50 +01:00

20 lines
348 B
YAML

version: '0.10'
services:
- service:
- name: nut
ip:
- text: nut_monitor_host
- text: nut_monitor_host2
variables:
- variable:
name: nut_monitor_host
type: ip
mandatory: 'True'
value:
- text: 192.168.0.1
- variable:
name: nut_monitor_host2
type: ip
mandatory: 'True'
value:
- text: 192.168.0.2