vm-ansible/realmd.yaml
Kristóf Torma 0a7746d60c
Some checks reported errors
continuous-integration/drone/push Build was killed
add realm and update ci
2023-07-25 14:46:24 +02:00

6 lines
85 B
YAML

---
- name: "Deploy basic webhost with Docker"
hosts: all
roles:
- realmd
...