Skip to content

Instantly share code, notes, and snippets.

@yock
Last active March 16, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yock/7378e7ec4228fdfc5d4f80c4b6954733 to your computer and use it in GitHub Desktop.
Save yock/7378e7ec4228fdfc5d4f80c4b6954733 to your computer and use it in GitHub Desktop.
- hosts: all
tasks:
- name: Update public keys
authorized_key:
user: server_username
key: https://github.com/github_username.keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment