fix: nfs role execution
This commit is contained in:
parent
8081e89176
commit
6db6b28706
@ -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:
|
||||
|
@ -25,7 +25,6 @@ platforms:
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: archlinux/archlinux
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
connection_options:
|
||||
|
Loading…
Reference in New Issue
Block a user