diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 61c89c3942..d6e9879f0d 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -69,6 +69,8 @@ critical: 100 when: datacenter != 'iad2' - batcave + - role: grobisplitter + when: datacenter == 'iad2' - { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' } - { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' } - { role: mirror_pagure_ansible, tags: ['mirror_pagure_ansible'] } diff --git a/roles/grobisplitter/tasks/main.yml b/roles/grobisplitter/tasks/main.yml index a96cf9c634..ca7af102b3 100644 --- a/roles/grobisplitter/tasks/main.yml +++ b/roles/grobisplitter/tasks/main.yml @@ -28,3 +28,4 @@ copy: src={{item}} dest=/etc/cron.d/ mode=0644 with_items: - rhel8-split.cron + when: datacenter != 'iad2'