From e2fc0433de38c322ce46ad250bc0f0f03e7710c8 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 24 Oct 2024 06:43:08 -0400 Subject: add icinga --- vars/hostclass/icinga_server | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vars/hostclass/icinga_server (limited to 'vars/hostclass/icinga_server') diff --git a/vars/hostclass/icinga_server b/vars/hostclass/icinga_server new file mode 100644 index 0000000..cc5de73 --- /dev/null +++ b/vars/hostclass/icinga_server @@ -0,0 +1,5 @@ +#!/bin/sh + +icinga_port=5665 +allowed_tcp_ports="ssh http https ${icinga_port}" +nginx_gssapi=true -- cgit v1.2.3