value: add nfs volume for meeting logs
This allows us to share these between value01 and value02 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6398e5eb9b
commit
8a363ce123
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
process: fedmsg-irc
|
process: fedmsg-irc
|
||||||
- { role: mote,
|
- { role: mote,
|
||||||
when: inventory_hostname.startswith('value01') }
|
when: inventory_hostname.startswith('value01') }
|
||||||
|
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/', nfs_src_dir: 'fedora_value_prod' }
|
||||||
|
|
||||||
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