Last active
August 29, 2015 14:10
Authorized_keys
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
TASK: [hosts-prep | Install Key] ********************************************** | |
failed: [controller1] => {"failed": true} | |
msg: invalid key specified: =ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC03cAuj2RZKujTD/cma55nMe1XC1jc9KxzMnPSwjhRVwKD3P2Ic08Hx6CVtPORcMf8M9NBlO5idvkwKWgH7wlFORz7WJA0HopuBiWiLCnbVot16t97cs52GdGv4JOP6VBfzU0mVBOhY7lPfZGtuAMzmHKQETod1pEhQFAQ4pPYejZ7BFO1KULfKhKCVpnKXZj8eIddAejdySODo4RneHF5c0cNu9EqSmZXrUqQnteZDNhEVoGW30rtNSbwPUC1DX0P9rClFK2zdhKnaFdb6rOXajNJMiBR39KZjLZbcmTZ1K5ObwJlZLOfKmUb22BGmUaInohfrp598vSlVsWt4x6f |
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
--- | |
- name: Install Key | |
authorized_key: user=root key=="{{ lookup('file', 'id_rsa.pub') }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment