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:
Kevin Fenzi 2021-08-17 12:24:06 -07:00
parent 6398e5eb9b
commit 8a363ce123

View file

@ -39,6 +39,7 @@
process: fedmsg-irc
- { role: mote,
when: inventory_hostname.startswith('value01') }
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/', nfs_src_dir: 'fedora_value_prod' }
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"