parent
8a674e5b59
commit
4a07e810b1
8 changed files with 21 additions and 5 deletions
@ -0,0 +1,5 @@ |
||||
--- |
||||
|
||||
- name: Deploy filebeat configuration |
||||
template: src=filebeat.yml.j2 dest=/etc/filebeat/ansible_inputs.d/itop_{{ itop_id }}.yml |
||||
tags: itop,log |
@ -0,0 +1,6 @@ |
||||
--- |
||||
|
||||
- type: log |
||||
enabled: True |
||||
paths: |
||||
- {{ itop_root_dir }}/web/log/setup.log |
Loading…
Reference in new issue