You've already forked role-check-mk-agent
Turn off cert validation
This commit is contained in:
@@ -16,8 +16,7 @@
|
|||||||
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:
|
validate_certs: false
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user