ansible/mii.yml

12 lines
165 B
YAML
Raw Normal View History

---
- name: Set up Servers
hosts: vps
gather_facts: yes
roles:
- role: common
tags:
- common
- role: docker
tags:
- docker