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

7 lines
114 B
YAML
Executable file

---
- name: SolidWall analyzer restart
hosts: all
remote_user: install
roles:
- sw_analyzer_restart
...