add: warning about icinga config

This commit is contained in:
2023-01-11 03:40:08 +01:00
parent 46d17d145d
commit 9fe04399b4

View File

@@ -101,6 +101,9 @@
path: /etc/icinga2/constants.conf
line: "{{ item }}"
with_items:
# WARNING ME LAZY BITCH, YOU HAVE TO DELETE THOSE ON THE SERVER OR IT WONT WORK #
# i mean it will work because they will be added at the end and overwrite
# previous definitions but ya know write a regex its fucking 03:39 am
- 'const signal_gateway_host = "192.168.122.110"'
- 'const signal_gateway_port = "5004"'
- 'const signal_gateway_proto = "http"'