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