feat: Added shortener for check_mk API url

This commit is contained in:
2024-06-05 11:14:19 +12:00
parent c0b796162c
commit 09ec245d1f

View File

@@ -47,6 +47,9 @@ cmk_secret: some-secret
# Combined string required for unattended actions
cmk_auth: '&_username={{ cmk_username }}&_secret={{ cmk_secret }}'
# Complete API URL
cmk_api_url: "{{ cmk_omd_protocol }}://{{ cmk_omd_host }}/{{ cmk_omd_site }}/check_mk/api/1.0"
# This variable is used to detect whether this is a fresh install
# Is changed to true if check-mk-agent gets installed
cmk_fresh_install: false
@@ -55,6 +58,6 @@ cmk_fresh_install: false
# CheckMK is already installed.
# Breaks idempotence but allows role to be used to force upgrade agents.
cmk_force_install: false
cmk_host_ip: '{{ ansible_host }}'
#cmk_host_ip: ""
cmk_dl_needs_auth: true
cmk_debug: true