Nope. Try to debug.
This commit is contained in:
parent
04a157e31b
commit
13a02217fa
2 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,6 @@ eth0_ip: 10.5.126.6
|
||||||
vmhost: virthost16.phx2.fedoraproject.org
|
vmhost: virthost16.phx2.fedoraproject.org
|
||||||
datacenter: staging
|
datacenter: staging
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
|
||||||
|
|
||||||
## These are consumed by a task in roles/fedmsg/base/main.yml
|
## These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
#fedmsg_certs:
|
#fedmsg_certs:
|
||||||
#- service: shell
|
#- service: shell
|
||||||
|
|
|
@ -63,6 +63,9 @@
|
||||||
state=mounted
|
state=mounted
|
||||||
when: datacenter == 'rdu'
|
when: datacenter == 'rdu'
|
||||||
|
|
||||||
|
- name: debugging nfs mount opts
|
||||||
|
debug: var=nfs_mount_opts
|
||||||
|
|
||||||
- name: nfs mount points (stg)
|
- name: nfs mount points (stg)
|
||||||
mount: >
|
mount: >
|
||||||
name=/{{ mnt_dir }}
|
name=/{{ mnt_dir }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue