odcs/nfs hidden variables are great for making config files clean. hidden variables make debugging hard
This commit is contained in:
parent
e81a812f5a
commit
6f101f8c55
1 changed files with 4 additions and 0 deletions
|
@ -71,10 +71,12 @@
|
|||
- role: nfs/client
|
||||
mnt_dir: '/srv/odcs'
|
||||
nfs_src_dir: 'fedora_odcs_stg'
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
when: env == 'staging'
|
||||
- role: nfs/client
|
||||
mnt_dir: '/srv/odcs'
|
||||
nfs_src_dir: 'fedora_odcs'
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
when: env != 'staging'
|
||||
|
||||
handlers:
|
||||
|
@ -128,11 +130,13 @@
|
|||
- role: nfs/client
|
||||
mnt_dir: '/srv/odcs'
|
||||
nfs_src_dir: 'fedora_odcs_stg'
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
when: env == 'staging'
|
||||
|
||||
- role: nfs/client
|
||||
mnt_dir: '/srv/odcs'
|
||||
nfs_src_dir: 'fedora_odcs'
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
||||
when: env != 'staging'
|
||||
|
||||
post_tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue