bw/nfs close ports no longer needed for nfs4
This commit is contained in:
parent
d584fd88d7
commit
c905b7dc13
2 changed files with 10 additions and 1 deletions
|
@ -13,6 +13,11 @@ nodes['sophie.vmhost'] = {
|
|||
'debian-bookworm',
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'irqbalance': {},
|
||||
},
|
||||
},
|
||||
'groups': {
|
||||
'nas': {},
|
||||
},
|
||||
|
@ -54,6 +59,7 @@ nodes['sophie.vmhost'] = {
|
|||
},
|
||||
},
|
||||
'nfs-server': {
|
||||
'version': 4,
|
||||
'shares': {
|
||||
'/srv/nas': {
|
||||
'172.19.164.0/24': 'ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue