update docker playbook

This commit is contained in:
Torma Kristóf 2022-04-13 19:23:38 +02:00
parent 5ca6f07e2a
commit 08477a4962

View File

@ -2,6 +2,7 @@
- name: "Deploy basic webhost with Docker" - name: "Deploy basic webhost with Docker"
hosts: keycloak hosts: keycloak
roles: roles:
- netplan
- common - common
- docker - docker
- webserver - webserver