ansible-playbooks/generate-hosts.yml

8 lines
109 B
YAML
Raw Normal View History

2016-07-19 16:23:41 -04:00
---
- hosts: all
become: yes
become_method: sudo
roles:
- generate-hosts
- cleanup