docker/playbook.yaml
2025-10-03 11:59:26 +02:00

8 lines
124 B
YAML

---
# execute this role
- name: "install and configure Docker"
hosts: "all"
become: true
roles:
- role: "docker"