Re: [ansible-project] Simple private key setup?

2014-04-09 Thread Michael DeHaan
When you say you can't get it to do anything, please show something you are trying and the error you are getting. Right now, all I have is a config file, so I don't have any way to know what you *ARE* trying. Thanks! On Tue, Apr 8, 2014 at 1:34 PM, Martin Streicher

[ansible-project] Simple private key setup?

2014-04-08 Thread Martin Streicher
I have an EC2 instance established. My public key is in authorized_keys and I can ssh in from the command-line. I cannot however get Ansible to do anything. [defaults] hostfile = inventory host_key_checking = False private_key_file = /Users/strike/.ssh/id_rsa remote_user =