Homelab-Infra/roles/nfs_client/defaults/main.yml

5 lines
316 B
YAML

nfs_server: "{{ nfs_server_name }}"
nfs_export: "{{ nfs_export_location }}"
nfs_mount_point: "{{ nfs_export_path }}"
nfs_fstype: "{{ nfs_export_type }}"
nfs_options: "defaults,_netdev,nofail,x-systemd.automount,x-systemd.requires=network-online.target,x-systemd.after=network-online.target,x-systemd.idle-timeout=60"