mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
value: mount nfs in staging for value02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user