nfs-formula/pillar.example
2018-03-23 10:17:32 +01:00

28 lines
617 B
Text

nfs:
# Global settings:
mkmnt: False
mount_opts: noauto,ro
persist_unmount: True
persist_mount: False
# Server settings
server:
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"
persist: True
mkmnt: True
unmount:
someothername:
mountpoint: "/some/other/path"
location: "hostname:/other/path"
persist: False