From c0c12767e9f72688a61815e3510df54d058a2172 Mon Sep 17 00:00:00 2001
From: Florian Pritz <bluewind@xinu.at>
Date: Mon, 11 Sep 2017 15:12:45 +0200
Subject: [PATCH] Enable zabbix-agent for mirrors

Signed-off-by: Florian Pritz <bluewind@xinu.at>
---
 playbooks/mirrors.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playbooks/mirrors.yml b/playbooks/mirrors.yml
index 30bf3c62a..82f596bea 100644
--- a/playbooks/mirrors.yml
+++ b/playbooks/mirrors.yml
@@ -10,4 +10,4 @@
     - { role: nginx, letsencrypt_validation_dir: "/var/lib/letsencrypt", tags: ["nginx"] }
     - { role: syncrepo, tags: ['syncrepo', 'nginx'] }
     - { role: archweb, archweb_site: false, archweb_services: false, archweb_mirrorcheck: true, tags: ['archweb'] }
-    # - { role: zabbix-agent, tags: ["zabbix", "zabbix-agent"] }
+    - { role: zabbix-agent, tags: ["zabbix", "zabbix-agent"] }
-- 
GitLab