From cc19d32d67bf1888341ca6910f9f60fe42cd0530 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 15 Nov 2023 09:07:47 +0000 Subject: [PATCH] zabbix: enable the zabbix prod hosts in the playbook Signed-off-by: David Kirwan --- playbooks/groups/zabbix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/zabbix.yml b/playbooks/groups/zabbix.yml index c101698de0..8f1f89d7a8 100644 --- a/playbooks/groups/zabbix.yml +++ b/playbooks/groups/zabbix.yml @@ -3,7 +3,7 @@ myhosts: "zabbix_stg:zabbix" - name: make the box be real - hosts: zabbix_stg #:zabbix + hosts: zabbix_stg:zabbix user: root gather_facts: True