main.yml 491 B

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