value: mount nfs in staging for value02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ff74364720
commit
dc7c5f824b
1 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,11 @@
|
||||||
process: fedmsg-irc
|
process: fedmsg-irc
|
||||||
- {role: mote,
|
- {role: mote,
|
||||||
when: inventory_hostname.startswith('value01')}
|
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:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue