You've already forked role-check-mk-agent
Make cert validation work
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
get_url:
|
get_url:
|
||||||
url: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
|
url: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
|
||||||
dest: /tmp/check-mk-agent.rpm
|
dest: /tmp/check-mk-agent.rpm
|
||||||
|
environment:
|
||||||
|
SSL_CERT_FILE: /etc/ssl/ca-bundle.crt
|
||||||
|
|
||||||
- name: Ensure check_mk_agent installed
|
- name: Ensure check_mk_agent installed
|
||||||
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
command: /usr/bin/yum install --nogpgcheck -y /tmp/check-mk-agent.rpm
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user