On Saturday, May 12, 2012 at 8:39 PM, James Marcus wrote:
Hi,Its my first hour with Ansible, and from what I have read on thewebsite I'm pretty psyched about it. I'm running on OS X 10.7. Imanaging a new network of about 150 CentOS 5.7-6 hosts, and they needa lot of work. I have worked out a couple of Python issues on mymachine and can run the ansible application without (I think) issue.We have a weird config on the servers, this isn't something I havedone. The person who administered these machines in the past setup afake kind of sudo, because they reaally didn't understand securingLinux. Essentially they changed all the permissions on binarys on thebox. In the interest of full disclosure I mention in case it wouldcause the problem I'm having. I would like to use ansible to start tosecure these machines and deploy config files for sshd etc.
Here is the output from where I'm stuck. I'm running Python 2.7, is that okay?
sheepchase:paramiko-1.7.7.1 jmarcus$ ssh-agent bashbash-3.2$ ssh-add ~/.ssh/id_dsaEnter passphrase for /Users/jmarcus/.ssh/id_dsa:Identity added: /Users/jmarcus/.ssh/id_dsa (/Users/jmarcus/.ssh/id_dsa)
bash-3.2$ ansible all -m ping10.54.244.179 | FAILED => FAILED: Private key file is encrypted10.54.244.177 | FAILED => FAILED: Private key file is encrypted10.54.244.178 | FAILED => FAILED: Private key file is encrypted10.54.244.143 | FAILED => FAILED: Private key file is encrypted10.54.244.157 | FAILED => FAILED: Private key file is encrypted10.54.244.155 | FAILED => FAILED: Private key file is encryptedbash-3.2$ ansible all -a "/bin/echo hello"10.54.244.179 | FAILED => FAILED: Private key file is encrypted10.54.244.143 | FAILED => FAILED: Private key file is encrypted10.54.244.177 | FAILED => FAILED: Private key file is encrypted10.54.244.157 | FAILED => FAILED: Private key file is encrypted10.54.244.178 | FAILED => FAILED: Private key file is encrypted10.54.244.155 | FAILED => FAILED: Private key file is encrypted
On Saturday, May 12, 2012 at 8:58 PM, James wrote:
I just read this post: http://groups.google.com/group/ansible-project/browse_thread/thread/c49b37f084905a01and I have gotten further, its funny that Google returns queriesabout this post but not Google groups.