IBM-Cloud / ansible-collection-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
70 stars 73 forks source link

Proposal to implement inventory cache #123

Open liutaurasa opened 7 months ago

liutaurasa commented 7 months ago

Currently inventory plugin takes about 30s for our infra without caching it is very difficult to work with dynamic inventory. Also usually vsi do not change too often so caching makes sense. Please investigate the attached diff inventory_cache.txt

liutaurasa commented 6 months ago

A nicer approach to set inventory cache inventory_cache.txt