mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
9
roles/nfs_server/defaults/main.yml
Normal file
9
roles/nfs_server/defaults/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
nfs_ports: [111,2049,20048]
|
||||
nfs_src_ip: [0.0.0.0/0]
|
||||
nfs_exports: []
|
||||
# - path: /data
|
||||
# access:
|
||||
# - '-rw,sync,nohide,insecure,no_root_squash,no_subtree_check'
|
||||
# - mbox.domain.tld(rw,async)
|
Reference in New Issue
Block a user