Don't hardcode ip addressses. Use netgroups instead.
This commit is contained in:
parent
5783675589
commit
b841119e1a
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/exports
|
dest: /etc/exports
|
||||||
content: |
|
content: |
|
||||||
/export/home 172.20.30.22/32(rw,root_squash,secure) \
|
/export/home 172.20.30.0/24(rw,root_squash,secure,sec=krb5p) \
|
||||||
172.20.30.0/24(rw,root_squash,secure,sec=krb5p) \
|
|
||||||
@nfsclients-rw(rw,root_squash,secure) \
|
@nfsclients-rw(rw,root_squash,secure) \
|
||||||
@nfsclients-ro(ro,root_squash,secure)
|
@nfsclients-ro(ro,root_squash,secure)
|
||||||
/export/roles 172.20.30.0/24(rw,root_squash,secure,sec=krb5p) \
|
/export/roles 172.20.30.0/24(rw,root_squash,secure,sec=krb5p) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue