inventory.yml 712 B

12345678910111213141516171819202122232425262728293031
  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. children:
  10. openshift:
  11. children:
  12. masters:
  13. hosts:
  14. master01.ocp4.example.com:
  15. master02.ocp4.example.com:
  16. master03.ocp4.example.com:
  17. workers:
  18. hosts:
  19. worker01.ocp4.example.com:
  20. worker02.ocp4.example.com:
  21. infra:
  22. hosts:
  23. utility.lab.example.com:
  24. # power is unreachable with student's key
  25. #power.lab.example.com:
  26. registry.ocp4.example.com:
  27. idm.ocp4.example.com: