From fcbc972afa1c6886b88b00ae142cc9d2fbbd29ee Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 27 May 2021 15:20:57 -0700 Subject: [PATCH] mirrormanager / staging: mount in stg too We want /pub and such in stg too to test things. Signed-off-by: Kevin Fenzi --- playbooks/groups/mirrormanager.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index dd215a98e4..e4d2d7077d 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -19,8 +19,8 @@ - ipa/client - sudo - collectd/base - - { role: nfs/client, when: inventory_hostname.startswith('mm-backend01'), mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } - - { role: nfs/client, when: inventory_hostname.startswith('mm-backend01'), mnt_dir: '/srv/pub/archive', nfs_src_dir: 'fedora_ftp_archive' } + - { role: nfs/client, when: inventory_hostname.startswith('mm-backend01'), mnt_dir: '/srv/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub', mount_stg: true } + - { role: nfs/client, when: inventory_hostname.startswith('mm-backend01'), mnt_dir: '/srv/pub/archive', nfs_src_dir: 'fedora_ftp_archive', mount_stg: true } pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"