Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.29 KB | None | 0 0
  1. # Sample configuration file for VMware Guest dynamic inventory
  2. plugin: vmware_vm_inventory
  3. cache: yes
  4. cache_connection: ./tmp/ansible_inventory_cache
  5. cache_plugin: jsonfile
  6. cache_timeout: 86400
  7. hostname: ****
  8. password: ****
  9. port: 443
  10. username: ****
  11. validate_certs: no
  12. with_tags: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement