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

6 lines
68 B
YAML

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