mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Filter the mirrorlist-proxies services
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% for host in groups['mirrorlist_proxies'] %}
|
||||
{% for host in groups['mirrorlist_proxies'] if hostvars[host].datacenter == datacenter %}
|
||||
define service {
|
||||
host_name {{ host }}
|
||||
service_description {{ host }} mirrorlist docker container
|
||||
|
||||
Reference in New Issue
Block a user