John K Hunter

Results 2 issues of John K Hunter

Issuing the command: ``` ansible-playbook ./zookeeper.yml --extra-vars "zookeeper_tag=Name_insight-test" --tags install ``` yields the following error: ``` PLAY [Creating host group zookeeper from dynamic inventory] ******************************************************************* TASK [Gathering Facts] ******************************************************************************************************** ok:...

Ubuntu 16.04, Ansible 2.3.0 As per the readme, a directory should be created at /etc/ansible/hosts. However, the default Ansible inventory location is /etc/ansible/hosts. This means the default inventory location specified...