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

7 lines
110 B
YAML
Executable file

---
- name: Support node settings
hosts: all
remote_user: install
roles:
- support_node_install
...