remove check_mk monitoring support

This commit is contained in:
nd 2020-06-28 00:44:25 +02:00
parent 5d65c9c976
commit f68c0c8b9b
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -86,15 +86,6 @@
- name: delete nginx default config
file: path=/etc/nginx/sites-enabled/default state=absent
- name: copy monitoring config
copy:
src: monitoring.cfg
dest: /etc/check_mk/nginx_status.cfg
owner: root
group: root
mode: 0644
when: nginx.monitoring
- name: copy nginx status config
copy:
src: monitoring