Skip to content

Instantly share code, notes, and snippets.

@jruels
Last active August 29, 2015 14:10
Authorized_keys
TASK: [hosts-prep | Install Key] **********************************************
failed: [controller1] => {"failed": true}
msg: invalid key specified: =ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC03cAuj2RZKujTD/cma55nMe1XC1jc9KxzMnPSwjhRVwKD3P2Ic08Hx6CVtPORcMf8M9NBlO5idvkwKWgH7wlFORz7WJA0HopuBiWiLCnbVot16t97cs52GdGv4JOP6VBfzU0mVBOhY7lPfZGtuAMzmHKQETod1pEhQFAQ4pPYejZ7BFO1KULfKhKCVpnKXZj8eIddAejdySODo4RneHF5c0cNu9EqSmZXrUqQnteZDNhEVoGW30rtNSbwPUC1DX0P9rClFK2zdhKnaFdb6rOXajNJMiBR39KZjLZbcmTZ1K5ObwJlZLOfKmUb22BGmUaInohfrp598vSlVsWt4x6f
---
- 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