Implement NFS4 server role.

This commit is contained in:
Andreas B. Mundt 2019-11-17 19:12:22 +01:00
parent 7e1332ee46
commit ece5bca5b5
4 changed files with 104 additions and 0 deletions

View 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=')) }}"