Skip to content

Generate a local SSH key if necessary, add it to your Github account, and add your SSH keys from Github as known keys.

License

Notifications You must be signed in to change notification settings

icopp-ansible/ansible-configure-ssh-with-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-configure-ssh-with-github

Add your local SSH key to your Github account, and add your SSH keys from Github as known keys.

Role Variables

github_username and github_api_token must be supplied or all tasks will be skipped.

Dependencies

Example Playbook

  - hosts: all
    roles:
      - role: icopp.configure-ssh-with-github
        github_username: xxxxx
        github_api_token: xxxxx

License

MIT

About

Generate a local SSH key if necessary, add it to your Github account, and add your SSH keys from Github as known keys.

Resources

License

Stars

Watchers

Forks

Packages

No packages published