Add your local SSH key to your Github account, and add your SSH keys from Github as known keys.
github_username
and github_api_token
must be supplied or all tasks will be skipped.
- hosts: all
roles:
- role: icopp.configure-ssh-with-github
github_username: xxxxx
github_api_token: xxxxx
MIT