Guest User

Untitled

a guest
Aug 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. 'type': 'object',
  3. 'properties': {
  4. "oneOf": {
  5. "hosts": {
  6. "type": "object",
  7. "properties": {
  8. "Host": {
  9. "type": "array",
  10. "items": {
  11. "type": "array",
  12. "items": [
  13. {
  14. "ipv4": {'type': 'string'}
  15. },
  16. {
  17. "hostname": {'type': 'string'}
  18. }
  19. ]
  20. }
  21. }
  22. }
  23. },
  24. "ipv4": {'type': 'string'},
  25. "hostname": {'type': 'string'}
  26. },
  27. "playbook": {'type': 'string'},
  28. "group": {'type': 'string'},
  29. "scm": {'type': 'string'},
  30. "extra_vars": {
  31. "type": "array",
  32. "items": [
  33. {"type": "string"}
  34. ]
  35. }
  36. }
  37. }
Add Comment
Please, Sign In to add comment