Closed tleyden closed 9 years ago
Basically I was under the impression that temp_ansible_hosts
was the "source of truth" for the ansible inventory, and conf/hosts.ini
was just used to generate temp_ansible_hosts
.
@tleyden I need to revise that. I'm working on a branch right now and will make improvements to that. As a workaround, just overwrite the local conf/host.ini with yours and that should work.
Here's my temp_ansible_hosts file:
(I generated by writing a /tmp/hosts.ini file, then ran the script to convert to ansible format)
My conf/hosts.ini is the default checked into github.
When I run the tests via:
It's trying to contact the vm 172.23.122.250, which is in conf/hosts.ini but not temp_ansible_hosts.
Full test output