Last active
March 16, 2017 14:13
-
-
Save yock/7378e7ec4228fdfc5d4f80c4b6954733 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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