Skip to content

hoall/ansible-role-authorized-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role authorized_keys

This role installs a list of ssh public keys in the authorized_ssh key file of the spezified user.

Requirements

A ssh service.

Role Variables

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.'

Dependencies

none

Example Playbook

- hosts: servers
  roles:
     - { role: hoall.authorized-keys }

License

BSD

Author Information

Felix Paetow [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published