diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-24 06:43:08 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-24 06:43:08 -0400 |
commit | e2fc0433de38c322ce46ad250bc0f0f03e7710c8 (patch) | |
tree | f04f079ed745f0c0350af93adf6491bbfec1cd13 /vars/hostclass/icinga_server | |
parent | 393adb9a95913e1658afe3243e4a0498dced9090 (diff) | |
download | infrastructure-e2fc0433de38c322ce46ad250bc0f0f03e7710c8.tar.gz |
add icinga
Diffstat (limited to 'vars/hostclass/icinga_server')
-rw-r--r-- | vars/hostclass/icinga_server | 5 |
1 files changed, 5 insertions, 0 deletions
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 |