8 lines
100 B
YAML
8 lines
100 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
|
|
- role: monitored
|
|
when: monitored_dont|default(false) != true
|
|
|