]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/nfs-client/defaults/main.yml
nfs-client: Make role compatible with newer Debian releases
[AnsibleRoles.git] / roles / nfs-client / defaults / main.yml
1 ---
2 # nfs-client defaults
3
4 nfs_client_domain: "{{ ansible_domain }}"
5
6 rpc_pipefs: "{{ '/var/lib/nfs/rpc_pipefs' if ansible_distribution_major_version < '8' else '/run/rpc_pipefs' }}"