fix: switch nfs auth to IP

This commit is contained in:
vincent 2023-12-23 20:51:28 +01:00
parent 908495bce3
commit 5a8c4519a6

View File

@ -1,4 +1,4 @@
nfs_cluster_list: "{% for server in groups['all']%}{{ hostvars[server]['inventory_hostname'] }}.{{ nfs_domain_name }}(rw,no_root_squash,async,insecure_locks,sec=sys) {%endfor%}" nfs_cluster_list: "{% for server in groups['all']%}{{ hostvars[server]['ansible_default_ipv4']['address'] }}(rw,no_root_squash,async,insecure_locks,sec=sys) {%endfor%}"
nfs_exports: nfs_exports: