Hi,
i’m a pretty satisfied Ansible user but
i got an issue maybe caused by a bad practice or a bad definition on my Inventory.
I have two inventories( production/ development) in /etc/ansible/invenories with several hosts defined like these:
example1 ansible_ssh_host=10.0.8.142
example2 ansible_ssh_host=10.0.8.143
example3 ansible_ssh_host=10.0.8.144
[group1]
example1
example2
example3
and some variables for each hosts encrypted by Ansible-vault:
(i.e) host_vars/example1.yml , host_vars/example2.yml and i don’t have any vars on example3
`