feat: add additional nfs exports
This commit is contained in:
parent
bb3d07764b
commit
68af4ea131
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@
|
||||||
- role: nfs-host
|
- role: nfs-host
|
||||||
vars:
|
vars:
|
||||||
nfs_host_exports:
|
nfs_host_exports:
|
||||||
- directory: "/srv/nfs"
|
- directory: "/srv/nfs/backup"
|
||||||
|
hosts: "*.n39.eu"
|
||||||
|
options: rw,sync,no_subtree_check
|
||||||
|
- directory: "/srv/nfs/ephemeral"
|
||||||
hosts: "*.n39.eu"
|
hosts: "*.n39.eu"
|
||||||
options: rw,sync,no_subtree_check
|
options: rw,sync,no_subtree_check
|
||||||
|
|
Loading…
Reference in a new issue