From b65a180cad373f74f7e41a46d7ab156590f4c0db Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 16 May 2022 12:04:25 -0700 Subject: [PATCH] oci-registry / staging: try to enable zabbix-agent Signed-off-by: Kevin Fenzi --- playbooks/groups/oci-registry.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 1d1b3f22ce..d685380da9 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -15,6 +15,8 @@ - base - rkhunter - nagios_client + - zabbix/zabbix-agent + when: env == "staging" - hosts - { role: openvpn/client, when: env != "staging" }