klips/ansible/make-host.yml

9 lines
77 B
YAML
Raw Normal View History

---
- hosts: dev
become: yes
roles:
- core
- docker
- nginx