Advertisement
Guest User

Untitled

a guest
Mar 10th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. @all:
  2. |--@a_b:
  3. | |--nyx
  4. | | |--{ansible_executable = /bin/bash}
  5. | | |--{ansible_ssh_host = 192.168.0.4}
  6. | | |--{ansible_user = lola}
  7. |--@aptdistros:
  8. | |--debtest
  9. | |--ubuntu12test
  10. | |--ubuntu14test
  11. | | |--{ansible_ssh_host = 192.168.0.23}
  12. |--@bsdsu:
  13. | | |--{ansible_become_method = bsdsu}
  14. |--@lxc_master:
  15. | |--nyx
  16. | | |--{ansible_executable = /bin/bash}
  17. | | |--{ansible_ssh_host = 192.168.0.4}
  18. | | |--{ansible_user = lola}
  19. |--@mylocals:
  20. | |--@localnames:
  21. | | |--localhost2
  22. | | | |--{ansible_ssh_host = 127.0.0.2}
  23. | | | |--{wait = 5}
  24. | | |--localhost21
  25. | | | |--{ansible_ssh_host = 127.0.0.21}
  26. | | |--localhost3
  27. | | | |--{ansible_ssh_host = 127.0.0.3}
  28. | | | |--{wait = 5}
  29. | | |--localhost4
  30. | | | |--{ansible_ssh_host = 127.0.0.4}
  31. | | | |--{wait = 30}
  32. | | | |--{test_prio = localnames}
  33. | |--mylocalhost
  34. | | |--{ansible_connection = local}
  35. | | |--{test_prio = valueinmylocals}
  36. | | |--{testvar2 = inventory_value}
  37. |--@setuptest:
  38. | |--archtest
  39. | |--debtest
  40. | |--osusetest
  41. | |--ubuntu14test
  42. | | |--{ansible_ssh_host = 192.168.0.23}
  43. |--@tests:
  44. | |--centos7test
  45. | | |--{ansible_ssh_host = 192.168.0.24}
  46. | | |--{cron_service = crond}
  47. | |--debian8test
  48. | | |--{ansible_ssh_host = 192.168.56.101}
  49. | | |--{cron_service = cron}
  50. | | |--{test_prio = tests}
  51. | | |--{testvar = inv groupvar}
  52. |--@ubuntu:
  53. | |--ubuntu12test
  54. | |--ubuntu14test
  55. | | |--{ansible_ssh_host = 192.168.0.23}
  56. |--@ungrouped:
  57. | |--freebsd10test
  58. | | |--{ansible_python_interpreter = /usr/local/bin/python2}
  59. | | |--{ansible_ssh_host = 192.168.0.23}
  60. | |--glass
  61. | | |--{ansible_host = 192.168.0.16}
  62. | | |--{ansible_ssh_common_args = -o ConnectTimeout=240s -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes}
  63. | |--openindianatest
  64. | | |--{ansible_ssh_host = 192.168.0.24}
  65. | |--test
  66. | | |--{ansible_ssh_host = 127.0.0.23}
  67. | |--ubuntu15test
  68. | | |--{ansible_python_interpreter = /usr/bin/python2.7}
  69. | | |--{ansible_ssh_host = 192.168.1.7}
  70. | |--windoez
  71. | | |--{ansible_connection = winrm}
  72. | |--wintest
  73. | | |--{ansible_host = 52.35.60.165}
  74. | | |--{ansible_password = changeMe123}
  75. | | |--{ansible_user = Administrator}
  76. | | |--{ansible_winrm_server_cert_validation = ignore}
  77. | |--{onlysetinall = thisistrue}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement