Skip to content
Snippets Groups Projects
Commit 2c51cfd3 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '29-logrotate-all-oas-logs' into 'master'

Resolve "Logrotate all OAS logs"

Closes #29

See merge request openappstack/openappstack!85
parents 3e4f5086 714ffb2d
No related branches found
No related tags found
No related merge requests found
/var/log/OpenAppStack/ {
weekly
rotate 4
create
}
......@@ -30,6 +30,12 @@
- python3-wheel
- python3-psutil
- name: Logrotate config for OAS logs
copy:
src: etc/logrotate.d/OpenAppStack
dest: /etc/logrotate.d/
mode: '0644'
# Openshift python module needed for ansible k8s resource
- name: Install openshift python module via pip3
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment