Don't try to deploy the mirrormanager/crawler role on the new dev VM

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-01-22 13:26:13 +01:00
parent b169ea1b39
commit 13a23f3263
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -65,7 +65,8 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- mirrormanager/crawler
- {role: mirrormanager/crawler
when: ansible_hostname != "mm-crawler-dev.stg.iad2.fedoraproject.org"}
- {role: rsyncd,
when: env != "staging"}
- {role: openvpn/client, when: datacenter != "iad2"}