Advertisement
Guest User

Layout

a guest
Feb 16th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ---
  2. inventory_layout:
  3. hosts:
  4. resultsdb-qe-db:
  5. count: 1
  6. host_groups:
  7. - resultsdb-qe-db
  8. - certificate_authority
  9. - rhel7
  10. - repositories
  11. resultsdb-qe-frontend:
  12. count: 1
  13. host_groups:
  14. - resultsdb-qe-frontend
  15. - rhel7
  16. - certificate_authority
  17. - repositories
  18. resultsdb-qe-backend:
  19. count: 1
  20. host_groups:
  21. - resultsdb-qe-backend
  22. - certificate_authority
  23. - rhel7
  24. - repositories
  25. resultsdb-updater-qe:
  26. count: 1
  27. host_groups:
  28. - resultsdb-updater-qe
  29. - certificate_authority
  30. - rhel7
  31. - repositories
  32. host_groups:
  33. all:
  34. vars:
  35. ansible_user: root
  36. ansible_private_key_file: <redacted>
  37. ansible_connection: ssh
  38. resultsdb_rhn_password: <redacted>
  39. resultsdb-qe:
  40. children:
  41. - resultsdb-qe-frontend
  42. - resultsdb-qe-backend
  43. - resultsdb-qe-db
  44. resultsdb:
  45. children:
  46. - resultsdb-qe
  47. certificate_authority:
  48. vars:
  49. certificate_authority_urls:
  50. - <redacted>
  51. repositories:
  52. vars:
  53. rhel_base: <redacted>
  54. jenkins_slave:
  55. vars:
  56. jenkins_user_password: <redacted>
  57. jenkins_master_url: <redacted>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement