Hello,
is it necessary to implement the --host functionality when my dynamic inventroy script returns all the hosts in _meta?
I refer to
http://docs.ansible.com/developing_inventory.html#tuning-the-external-inventory-script
I just briefly tried with Ansible 1.8 and it seems that when I have _meta populated, it does not invoke the inventory script with --host even when I target only one host.
Can I just
“raise NotImplementedError(“everything is in _meta when you --list”)”
for the --host arg?
Thanks for answering!
Best Regards,
Tomas Karasek