I have pulled down a git repository for Ansible and followed the instructions to build it. I'm not familiar with the process of building from source and am somewhat confused.
http://docs.ansible.com/ansible/intro_installation.html
When everything was completed ansible successfully ran. However, it did not create the usual config directory /etc/ansible
and running which ansible
produces /home/testuser/ansible/bin/
Does it seem odd that the binary is located here ? Did I do this incorrectly ? How can I install or Move this safely to /usr/bin
or /usr/local/bin
?