Skip to content

Commit edadbaa

Browse files
author
Matt Pryor
committed
Use IP address for NFS server
1 parent 2109757 commit edadbaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group_vars/nfs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use the IP address instead
2+
nfs_server_default: "{{ hostvars[groups['control'] | first ].ansible_default_ipv4.address }}"

0 commit comments

Comments
 (0)