6 lines
86 B
YAML
6 lines
86 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- include: gen_host_status_base.yml
|