and ensuring the first part fully resolves (Before this was not an issue)
The second problem is that the playbook then fails on: live-api2.xx (reason: keyczar is not installed). This leads me to believe that the variable: ansible_python_interpreter: /root/.virtualenvs/ansible/bin/python defined in the vars: section of the playbook is not working as I expect. I can work around the issue probably by just installing python-keyczar in the base python rather than a virtualenv
Could you open up a github issue for the first problem? That one is especially odd, since the python documentation clearly states that when an IP address is used it should not result in a DNS lookup.
For the second, you should be able to verify the daemon’s interpreter by looking at the output of “ps aux | grep python”, as the daemon should be started with the same interpreter.
I’ve problems with accelerate mode too. I’m unable to use in any of my servers. I have installed kyczar in both (local and remote) and always ansible returns the same error:
PLAY [ansibletest] ************************************************************
GATHERING FACTS ***************************************************************
fatal: [ansibletest] => python-keyczar must be installed to use fireball/accelerated mode