| 1234567891011121314151617181920212223242526 |
- ---
- kind: ansible
- metadata:
- icon:
- provider: selfh
- id: ansible
- name: Add SSH Key and Configure Sudoers
- description: >
- Ansible playbook to add SSH public key to authorized_keys.
- Also configures passwordless sudo for sudo group.
- Project: https://www.openssh.com
- Documentation: https://www.openssh.com/manual.html
- version: 1.0.0
- author: Christian Lempa
- date: '2025-11-11'
- draft: true
- spec:
- general:
- vars:
- playbook_name:
- default: Add ssh key
- become:
- default: true
|