vm-ansible/docker-host.yaml

10 lines
165 B
YAML
Raw Normal View History

2022-04-13 19:23:12 +02:00
---
- name: "Deploy basic webhost with Docker"
2022-04-13 19:59:37 +02:00
hosts: keycloak, drone, swagger
2022-04-13 19:23:12 +02:00
roles:
2022-04-13 19:23:38 +02:00
- netplan
2022-04-13 19:23:12 +02:00
- common
- docker
- webserver
2022-04-14 14:48:45 +02:00
- internalsmtp