ansible_playbooks/site_auspex_l_off.yml
2026-07-21 14:37:34 +03:00

6 lines
81 B
YAML
Executable file

---
- name: Auspex logs checker off
hosts: all
roles:
- auspex_l_off
...