Re: [ansible-devel] Re: access to host_vars and group_vars from new Inventory plugin

2019-11-11 Thread Brian Coca
You have access to host and group vars defined by previous inventory sources, but the host_vars/group_vars files are not available, since those are processed after all inventory is defined. You could call the vars plugins directly but it is not something I advise. -- -- Brian Coca --

[ansible-devel] Re: access to host_vars and group_vars from new Inventory plugin

2019-10-19 Thread Artem Gromov
I am using ansible 2.8.1 config file = /home/artgromov/arcadia/logbroker/juggler/ansible-juggler/ansible.cfg configured module search path = [u'/home/artgromov/arcadia/logbroker/juggler/ansible-juggler/plugins/library'] ansible python module location =