diff --git a/roles/monitoring-master/tasks/icinga.yaml b/roles/monitoring-master/tasks/icinga.yaml index fba0b5c..2287332 100644 --- a/roles/monitoring-master/tasks/icinga.yaml +++ b/roles/monitoring-master/tasks/icinga.yaml @@ -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"'