Advertisement
Guest User

Untitled

a guest
Aug 4th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## Ansible JSON output
  2.   "customvalue": [
  3.     {
  4.       "dynamictype": null,
  5.       "dynamicproperty": [],
  6.       "value": "awx",
  7.       "key": 301
  8.     },
  9.     {
  10.       "dynamictype": null,
  11.       "dynamicproperty": [],
  12.       "value": "true",
  13.       "key": 302
  14.     },
  15.     {
  16.       "dynamictype": null,
  17.       "dynamicproperty": [],
  18.       "value": "true",
  19.       "key": 401
  20.     }
  21.   ],
  22.  
  23. ## Jinja filter in .ini file?
  24. ## Examples
  25. # The default value is powerstate of virtual machine equal to "poweredOn". (Changed in version 2.5)
  26. # Runtime state does not require to have vmware tools installed as compared to "guest.gueststate"
  27. #host_filters={{ runtime.powerstate == "poweredOn" }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement