Found the ISSUE! It's Fedora!!!!! If I clone the CentOS 7 VM in virtualbox, recycle the mac address, remove ansible from the cloned version, re-setup the ssh key and change the IP in hosts to the updated clone then ping and setup work.
Suggestion: DO NOT USE FEDORA (latest version) The documentation however still needs to have VERY SPECIFIC (detail) HOW-TO STEPS so that it saves people time from figuring things out on their own. thx On Saturday, July 12, 2014 9:45:15 AM UTC-4, Chris Jones wrote: > > Thanks. As I stated in the opening post, the password-less ssh is working > from the controller to the node as expected so I would expect ansible to > work. > > I also included the output from -vvvv which shows ansible is trying to > work but ALWAYS returns 'FAILED => failed to transfer file to > /home/cjones/.ansible/tmp/.../(whatever module I try): Received message too > long ...' > > These are two virgin VMs setup with yum updates, ansible installed via > pip, python 2.7.5, centos 7 (controller) and fedora 20 (node) [note: > started the other way but had the same issues so we thought we would try > making centos 7 the controller and fedora the node]. Maybe we kill fedora > all together but I thought it would work with fedora. > > Ansible is currently on both VMs but I understand it does not have to be > (see previous paragraph note on why it is installed on both). > > Also, when I look at the .ansible/tmp/... on the node machine the tmp > directories exist from each command I run but nothing is in any directory. > > I'm at a lost!!!!! > > thanks > > > On Saturday, July 12, 2014 9:32:15 AM UTC-4, Brian Coca wrote: >> >> The way ssh with keys works is that the machine you want to logon FROM >> has to have a private key, hosts you want to log TO have to have the public >> version of that key. >> >> to test that it is working just use the ssh command itself, if that >> works, ansible should work also. >> >> >> -- >> Brian Coca >> Stultorum infinitus est numerus >> >> 0110000101110010011001010110111000100111011101000010000001111001011011110111010100100000011100110110110101100001011100100111010000100001 >> Pedo mellon a minno >> > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1d9cfc78-9fb1-4ddf-99e2-1ef9d1ebb637%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
