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

6 lines
68 B
YAML

---
- name: Expand disk
hosts: all
roles:
- expand_disk
...