vm-ansible/realmd.yaml

6 lines
85 B
YAML

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