add setup of backup monitoring
This commit is contained in:
@@ -82,3 +82,13 @@
|
||||
src: notify_script
|
||||
dest: /usr/share/burp/scripts/notify_script
|
||||
mode: 0755
|
||||
|
||||
- name: burp - setup monitoring
|
||||
when: burp_watch
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/zabbix/filelist.csv
|
||||
line: "{{ burp_server_directory }}/{{ ansible_hostname }}/current/timestamp"
|
||||
|
||||
state: present
|
||||
delegate_to: "{{ burp_server }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user