ansible/mii.yml

15 lines
219 B
YAML
Raw Normal View History

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