main.yml 408 B

123456789101112131415161718192021
  1. ---
  2. openshift:
  3. hosted:
  4. registry:
  5. storage:
  6. nfs:
  7. directory: "/exports"
  8. options: "*(rw,root_squash)"
  9. volume:
  10. name: "registry"
  11. metrics:
  12. deploy: False
  13. storage:
  14. nfs:
  15. directory: "/exports"
  16. options: "*(rw,root_squash)"
  17. volume:
  18. name: "metrics"
  19. os_firewall_allow:
  20. - service: nfs
  21. port: "2049/tcp"