vm-ansible/docker-host.yaml

9 lines
130 B
YAML

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