template.yaml 587 B

12345678910111213141516171819202122232425262728
  1. ---
  2. kind: ansible
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: ansible
  7. name: Update and Upgrade Ubuntu Packages
  8. description: >
  9. Ansible playbook to update and upgrade APT packages on Ubuntu systems.
  10. Performs apt update and dist-upgrade.
  11. Project: https://ubuntu.com
  12. Documentation: https://ubuntu.com/server/docs
  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: Update and upgrade apt packages
  22. target_hosts:
  23. default: all
  24. become:
  25. default: false