Merge pull request 'feat: add additional nfs exports' (#293) from feat/add-additional-nfs-exports into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#293 Reviewed-by: Stefan Haun <tux@netz39.de>
This commit is contained in:
commit
688754acdc
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