Guest User

Untitled

a guest
Oct 31st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. env:
  2. VMWARE_HOST: '{{hostname}}'
  3. VMWARE_PASSWORD: '{{password}}'
  4. VMWARE_SERVER: '{{hostname}}'
  5. VMWARE_SSLCHECK: '{{ "True" if checkssl else "False" }}'
  6. VMWARE_USER: '{{username}}'
  7. VMWARE_USERNAME: '{{username}}'
  8. VMWARE_VALIDATE_CERTS: '{{ "True" if checkssl else "False" }}'
Add Comment
Please, Sign In to add comment