Implement NFS4 server role.
This commit is contained in:
parent
7e1332ee46
commit
ece5bca5b5
4 changed files with 104 additions and 0 deletions
4
roles/nfs-server/defaults/main.yml
Normal file
4
roles/nfs-server/defaults/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
export_root: /srv/nfs4
|
||||
export_dir: /home/lan
|
||||
ldap_domain: "{{ ansible_domain | default('intern', true) }}"
|
||||
basedn: "{{ 'dc=' + ( ldap_domain | replace('^.','') | replace('.$','') | replace('.',',dc=')) }}"
|
Loading…
Add table
Add a link
Reference in a new issue