template.yaml 534 B

1234567891011121314151617181920212223242526
  1. ---
  2. kind: ansible
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: ansible
  7. name: Add SSH Key and Configure Sudoers
  8. description: >
  9. Ansible playbook to add SSH public key to authorized_keys.
  10. Also configures passwordless sudo for sudo group.
  11. Project: https://www.openssh.com
  12. Documentation: https://www.openssh.com/manual.html
  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: Add ssh key
  22. become:
  23. default: true