template.yaml 574 B

123456789101112131415161718192021222324252627
  1. ---
  2. kind: ansible
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: docker
  7. name: Install Docker on Ubuntu
  8. description: >
  9. Ansible playbook to install Docker Engine on Ubuntu systems.
  10. Includes Docker CE, Buildx plugin, and Compose plugin.
  11. Project: https://www.docker.com
  12. Documentation: https://docs.docker.com/engine/install/ubuntu/
  13. version: 27.5.1
  14. author: Christian Lempa
  15. date: '2025-11-11'
  16. draft: true
  17. schema: "1.2"
  18. spec:
  19. general:
  20. vars:
  21. target_hosts:
  22. type: str
  23. description: Target hosts or group
  24. required: true