ansible/site.yml
2017-03-26 20:02:33 +02:00

8 lines
86 B
YAML

---
- name: Setup common roles on all hosts
hosts: all
roles:
- common
- ntp