renamed status vhost
This commit is contained in:
parent
27472c04d1
commit
054b038b24
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue