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

6 lines
73 B
YAML
Executable file

---
- name: Neplan update
hosts: all
roles:
- netplan_update
...