libvirt.ini 536 B

1234567891011121314151617181920
  1. # Ansible libvirt external inventory script settings
  2. #
  3. [libvirt]
  4. uri = qemu:///system
  5. # API calls to libvirt can be slow. For this reason, we cache the results of an API
  6. # call. Set this to the path you want cache files to be written to. Two files
  7. # will be written to this directory:
  8. # - ansible-libvirt.cache
  9. # - ansible-libvirt.index
  10. cache_path = /tmp
  11. # The number of seconds a cache file is considered valid. After this many
  12. # seconds, a new API call will be made, and the cache file will be updated.
  13. cache_max_age = 900