forked from infra/ansible
Check_MK for bacon, new cmk version
This commit is contained in:
parent
e4b07bc43b
commit
2876acf4d6
@ -2,9 +2,9 @@
|
||||
|
||||
- name: Download Check_MK
|
||||
get_url:
|
||||
dest: /opt/check-mk-raw-1.4.0p34_0.stretch_amd64.deb
|
||||
dest: /opt/check-mk-raw-1.5.0b8_0.stretch_amd64.deb
|
||||
mode: 0644
|
||||
url: https://mathias-kettner.de/support/1.4.0p34/check-mk-raw-1.4.0p34_0.stretch_amd64.deb
|
||||
url: https://mathias-kettner.de/support/1.5.0b8/check-mk-raw-1.5.0b8_0.stretch_amd64.deb
|
||||
|
||||
- name: Install Check_MK dependencies
|
||||
apt: name={{ item }}
|
||||
@ -56,6 +56,6 @@
|
||||
|
||||
- name: Install Check_MK
|
||||
apt:
|
||||
deb: "/opt/check-mk-raw-1.4.0p34_0.stretch_amd64.deb"
|
||||
deb: "check-mk-raw-1.5.0b8_0.stretch_amd64.deb"
|
||||
state: present
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user