Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.56 KB | None | 0 0
  1. plugin: vmware_vm_inventory
  2. strict: False
  3. hostname: vcsa.host.se1.csnzoo.com
  4. username: <un>
  5. password: <pw>
  6. validate_certs: False
  7. with_tags: True
  8.  
  9. #########################
  10. output below from running ansible-inventory --list -i inventory.vmware.yml
  11. ##########################
  12.  
  13.  [WARNING]: Unable to parse /app/inventory.vmware.yml as an inventory source
  14.  
  15.  [WARNING]: No inventory was parsed, only implicit localhost is available
  16.  
  17. {
  18.     "_meta": {
  19.         "hostvars": {}
  20.     },
  21.     "all": {
  22.         "children": [
  23.             "ungrouped"
  24.         ]
  25.     }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement