Bypass GPG Check on Agent install

This commit is contained in:
2020-11-25 11:19:22 +13:00
parent a05a453cdb
commit 975a81ea57
2 changed files with 7 additions and 2 deletions

View File

@@ -16,16 +16,16 @@
get_url:
url: "{{ cmk_rpm_agent }}{{ cmk_auth }}"
dest: /tmp/check-mk-agent.rpm
- name: Ensure check_mk_agent installed
yum:
name: /tmp/check-mk-agent.rpm
state: installed
disable_gpg_check: true
notify:
- restart xinetd
- cmk fresh install
- ensure firewall open
- ensure firewall reloaded
- name: Remove agent Download
file: