This role installs a list of ssh public keys in the authorized_ssh key file of the spezified user.
A ssh service.
Name | Default Value | Description |
---|---|---|
AUTHORIZED_KEYS_KEYLIST |
NONE | 'Define a list of public ssh keys.' |
authorized_keys_user_home |
'/root' | 'The user home directory to install the keys to.' |
authorized_keys_user |
'root' | 'The user' |
authorized_keys_group |
'root' | 'The group' |
authorized_keys_mode |
'600' | 'The authorized_keys file permissions.' |
none
- hosts: servers
roles:
- { role: hoall.authorized-keys }
BSD
Felix Paetow [email protected]