summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs/defaults/main.yml
blob: 4a2bc61413147c2134487880d7a85a26edfd2aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
r_openshift_storage_nfs_firewall_enabled: True
r_openshift_storage_nfs_use_firewalld: False

r_openshift_storage_nfs_os_firewall_deny: []
r_openshift_storage_nfs_os_firewall_allow:
- service: nfs
  port: "2049/tcp"

openshift:
  hosted:
    registry:
      storage:
        nfs:
          directory: "/exports"
          options: "*(rw,root_squash)"
        volume:
          name: "registry"
    metrics:
      deploy: False
      storage:
        nfs:
          directory: "/exports"
          options: "*(rw,root_squash)"
        volume:
          name: "metrics"