O
~$ tree -d -L 1
.
├── group_vars
├── hosts
├── host_vars
├── inventory
├── roles
└── var
Size: a a a
O
~$ tree -d -L 1
.
├── group_vars
├── hosts
├── host_vars
├── inventory
├── roles
└── var
O
d
~$ tree -d -L 1
.
├── group_vars
├── hosts
├── host_vars
├── inventory
├── roles
└── var
O
~$ ansible --version
ansible 2.8.2
config file = /home/hellseher/IPEC/tlbx/ipec-prometheus/Ansible/ansible.cfg
configured module search path = ['/home/hellseher/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 3.7.4 (default, Jul 9 2019, 16:32:37) [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]
O
O
~$ tree -L 1
.
├── *
├── ansible.cfg
├── group_vars
├── hosts
├── host_vars
├── inventory
├── Makefile
├── pl-cfg-net.yml
├── pl-full-upgrade.yml
├── pl-keys.yml
├── pl-ping.yml
├── pl-release-upgrade.yml
├── pl-template.yml
├── pl-vagrant-template.yml
├── roles
├── test.txt
└── var
O
d
~$ ansible -i inventory/ --list-hosts all -vvv
ansible 2.8.2
config file = /...//Ansible/ansible.cfg
configured module search path = ['/.../.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 3.7.4 (default, Jul 9 2019, 16:32:37) [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)]
Using /.../Ansible/ansible.cfg as config file
BECOME password:
[WARNING]: Unable to parse /.../Ansible/inventory as an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
hosts (0):
AM
AM
AM
O
O
C
PP
O
AM
O
d