value: mount nfs in staging for value02

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-09-11 11:54:25 -07:00
parent ff74364720
commit dc7c5f824b

View file

@ -44,7 +44,11 @@
process: fedmsg-irc
- {role: mote,
when: inventory_hostname.startswith('value01')}
- {role: nfs/client, nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3", mnt_dir: '/srv/', nfs_src_dir: 'fedora_value_{{env_short}}'}
- {role: nfs/client
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
mnt_dir: '/srv/'
nfs_src_dir: 'fedora_value_{{env_short}}'
mount_stg: true }
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"