this should allow batcave01.iad2 to have grobisplitter items but not try to run grobisplitter

This commit is contained in:
Stephen Smoogen 2020-05-30 17:21:52 -04:00
parent 732799c762
commit 7c62c814c7
2 changed files with 3 additions and 0 deletions

View file

@ -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'] }

View file

@ -28,3 +28,4 @@
copy: src={{item}} dest=/etc/cron.d/ mode=0644
with_items:
- rhel8-split.cron
when: datacenter != 'iad2'