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

6 lines
68 B
YAML
Executable file

---
- name: SP sync off
hosts: all
roles:
- sp_sync_off
...