bundles/nfs-server: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5b1b7241b7
commit
2274e7aa37
4 changed files with 33 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
nodes['home.nas'] = {
|
||||
'hostname': '172.19.138.90',
|
||||
'bundles': {
|
||||
'nfs-server',
|
||||
'zfs',
|
||||
},
|
||||
'groups': set(),
|
||||
|
@ -21,6 +22,13 @@ nodes['home.nas'] = {
|
|||
'gateway4': '172.19.138.1',
|
||||
},
|
||||
},
|
||||
'nfs-server': {
|
||||
'shares': {
|
||||
'/storage/nas': {
|
||||
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534)',
|
||||
},
|
||||
},
|
||||
},
|
||||
'systemd-networkd': {
|
||||
'bonds': {
|
||||
'bond0': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue