S

ssh-keys-from-github

pull ssh public keys from github user account

8086b6a5
Name Last commit Last update
roles/ssh_keys initial commit
README.md Update README.md typo
ssh_keys.retry initial commit
ssh_keys.yaml initial commit

Get SSH public keys via Github

Pulls the ssh pubkeys from Github of the specified username. Then installs those for the specified user.

ansible-playbook ssh_keys.yaml -i <hostname>, --extra-vars "ansible_user=<username> github_user=<github_username>"