ansible_playbooks/site_update_waf_automata.yml
2026-02-24 11:30:35 +03:00

6 lines
86 B
YAML
Executable file

---
- name: Download waf automata
hosts: all
roles:
- update_waf_automata
...