template.yaml 777 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. kind: ansible
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: docker
  7. name: Enable Docker TLS
  8. description: >
  9. Ansible playbook to enable TLS on Docker daemon using existing certificates.
  10. Configures Docker to use TLS for secure remote access.
  11. Project: https://www.docker.com
  12. Documentation: https://docs.docker.com/engine/security/protect-access/
  13. version: 1.0.0
  14. author: Christian Lempa
  15. date: '2025-11-11'
  16. draft: true
  17. spec:
  18. general:
  19. vars:
  20. playbook_name:
  21. default: Docker Certs enable
  22. become:
  23. default: true
  24. certificates:
  25. title: Certificate Configuration
  26. required: true
  27. vars:
  28. certs_path:
  29. type: str
  30. description: Path where certificates are stored
  31. default: /root/docker-certs