vm-ansible/docker-host.yaml
2022-04-13 19:23:38 +02:00

9 lines
130 B
YAML

---
- name: "Deploy basic webhost with Docker"
hosts: keycloak
roles:
- netplan
- common
- docker
- webserver