From 8a363ce123e67e0d573f27c378d2ffb237a7e3ed Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Aug 2021 12:24:06 -0700 Subject: [PATCH] value: add nfs volume for meeting logs This allows us to share these between value01 and value02 Signed-off-by: Kevin Fenzi --- playbooks/groups/value.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index 3ae480fdf1..77db2eaca9 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -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"