You've already forked ansible-role-checkmk-agent
feat: Added shortener for check_mk API url ✨
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user