web_logs: Add script to combine log files
This commit is contained in:
parent
cf87333ef8
commit
ffe43b8498
2 changed files with 78 additions and 0 deletions
|
@ -39,3 +39,11 @@
|
|||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
follow: false
|
||||
|
||||
- name: Copy log combiner
|
||||
ansible.builtin.copy:
|
||||
dest: /usr/local/bin/combine-logs
|
||||
src: combine-logs.py
|
||||
mode: "0755"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue