template.yaml 545 B

1234567891011121314151617181920212223242526
  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. spec:
  18. general:
  19. vars:
  20. playbook_name:
  21. default: Install docker
  22. become:
  23. default: true