nfs-formula/pillar.example

13 lines
292 B
Text
Raw Normal View History

2015-02-11 15:56:27 +03:00
nfs:
server:
exports:
/srv/homes: "hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)"
mount:
somename:
mountpoint: "/some/path"
location: "hostname:/path"
opts: "vers=3,rsize=65535,wsize=65535"
2015-05-14 11:35:57 +02:00
persist: True
mkmnt: True