inventory.yml 782 B

1234567891011121314151617181920212223242526272829303132333435
  1. all:
  2. hosts:
  3. workstation.lab.example.com:
  4. ansible_user: student
  5. ansible_connection: local
  6. bastion.lab.example.com:
  7. ansible_host: 172.25.250.254
  8. ansible_user: devops
  9. vars:
  10. registry_host: registry.redhat.io
  11. quay_version: 3.15
  12. children:
  13. openshift:
  14. children:
  15. masters:
  16. hosts:
  17. master01.ocp4.example.com:
  18. master02.ocp4.example.com:
  19. master03.ocp4.example.com:
  20. workers:
  21. hosts:
  22. worker01.ocp4.example.com:
  23. worker02.ocp4.example.com:
  24. infra:
  25. hosts:
  26. utility.lab.example.com:
  27. # power is unreachable with student's key
  28. #power.lab.example.com:
  29. registry.ocp4.example.com:
  30. idm.ocp4.example.com: