Bootstrap FreeKB - Ansible - ansible --version command
Ansible - ansible --version command

Updated:   |  Ansible articles

The ansible ad-hoc command can be used to list the version of Ansible, the location of the Ansible configuration file, and the version of Python.

ansible --version

 

Something like this should be returned.

ansible 2.4.2.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/home/your_username/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible playbook module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.5 (default, mm dd yyyy, hh:mm:ss) [GCC 4.8.5 yyyymmdd (Red Hat 4.8.5-39)]

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 7a4bdb in the box below so that we can be sure you are a human.