docker-fobi/ansible/install-docker.yml
2025-10-25 17:19:14 +02:00

8 lines
117 B
YAML

- hosts: all
name: Dockerhost installieren
remote_user: root
gather_facts: yes
roles:
- install_docker