nfs-formula/pillar.example

32 lines
650 B
Text
Raw Permalink Normal View History

2019-11-20 16:22:54 +01:00
---
2015-02-11 15:56:27 +03:00
nfs:
# Global settings:
2019-11-20 16:22:54 +01:00
mkmnt: false
mount_opts: noauto,ro
2019-11-20 16:22:54 +01:00
persist_unmount: true
persist_mount: false
enabled: true
2019-11-20 16:22:54 +01:00
# Server settings
2015-02-11 15:56:27 +03:00
server:
2019-11-20 16:22:54 +01:00
exports:
/srv/homes: >-
hostname1(rw,sync,no_subtree_check)
hostname2(ro,sync,no_subtree_check)
# FreeBSD specific:
mountd_flags: -l -S
# mount settings
mount:
somename:
mountpoint: "/some/path"
location: "hostname:/path"
opts: "vers=3,rsize=65535,wsize=65535"
2019-11-20 16:22:54 +01:00
persist: true
mkmnt: true
unmount:
someothername:
mountpoint: "/some/other/path"
location: "hostname:/other/path"
2019-11-20 16:22:54 +01:00
persist: false