You've already forked role-check-mk-agent
Added option force install/reinstall on RHEL
This commit is contained in:
@@ -22,4 +22,9 @@ cmk_auth: "&_username={{ cmk_username }}&_secret={{ cmk_secret }}"
|
||||
|
||||
# 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
|
||||
cmk_fresh_install: false
|
||||
|
||||
# This variable if set to true will force installation to run regardless of whether
|
||||
# CheckMK is already installed.
|
||||
# Breaks idempotence but allows role to be used to force upgrade agents.
|
||||
cmk_force_install: false
|
||||
|
||||
Reference in New Issue
Block a user