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:
Stefan Haun 2023-12-28 16:27:35 +01:00
commit 688754acdc

View file

@ -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