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

8 lines
116 B
YAML

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