Hi Steve, You can take a look at this link <https://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html#inventory-cache>. Also, simplest example of this implemented in virtualbox inventory plugin <https://github.com/ansible-collections/community.general/blob/main/plugins/inventory/virtualbox.py> .
On Tue, Nov 23, 2021 at 6:57 PM steve missoh <[email protected]> wrote: > Hi all, > Can anyone point me to good resource detailing how to make use of jsonfile > cache plugin in order to make it work with my custom inventory plugin > (written in python) ? > HELP ! > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/cd37ecf5-7d33-4576-a49c-0486c5f93e46n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/cd37ecf5-7d33-4576-a49c-0486c5f93e46n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Thanks, Abhijeet Kasurde -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAFwWkHo6U1PXhEJLRkyTpQCxGAh%3DvOTFoeDAavF2_ffjS%2BWoow%40mail.gmail.com.
