renamed status vhost

This commit is contained in:
nd 2018-11-13 09:13:51 +01:00
parent 27472c04d1
commit 054b038b24
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -33,6 +33,14 @@
- 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
- name: copy nginx status config
copy:
src: monitoring