| 123456789101112131415161718192021222324252627 |
- ---
- kind: ansible
- metadata:
- icon:
- provider: selfh
- id: docker
- name: Install Docker on Ubuntu
- description: >
- Ansible playbook to install Docker Engine on Ubuntu systems.
- Includes Docker CE, Buildx plugin, and Compose plugin.
- Project: https://www.docker.com
- Documentation: https://docs.docker.com/engine/install/ubuntu/
- version: 27.5.1
- author: Christian Lempa
- date: '2025-11-11'
- draft: true
- schema: "1.2"
- spec:
- general:
- vars:
- target_hosts:
- type: str
- description: Target hosts or group
- required: true
|