fix: nfs role execution

This commit is contained in:
vincent 2023-01-29 14:47:09 +01:00
parent 8081e89176
commit 6db6b28706
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
nfs_cluster_list: "{% for server in groups[all]%}{{hostvars[server][inventory_hostname]}} (rw,async,all_squash,insecure_locks,sec=sys,anonuid=1024,anongid=100) {%endfor%}"
nfs_cluster_list: "{% for server in groups['all']%}{{hostvars[server]['inventory_hostname']}}(rw,async,insecure_locks,sec=sys,anonuid=1000001,anongid=100) {%endfor%}"
nfs_exports:

View File

@ -25,7 +25,6 @@ platforms:
cpu: 1
memory: 1024
box: archlinux/archlinux
provisioner:
name: ansible
connection_options: