ansible-playbooks/generate-hosts.yml

8 lines
109 B
YAML

---
- hosts: all
become: yes
become_method: sudo
roles:
- generate-hosts
- cleanup