Skip to content
Snippets Groups Projects
Verified Commit c1a68c95 authored by Varac's avatar Varac
Browse files

Remove rsyslog, syslog-ng and logrotate

parent ec45780b
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,19 @@
cache_valid_time: 86400
update_cache: yes
- name: Remove unwanted packages
tags:
- package
package:
state: absent
name: "{{ item }}"
with_items:
# In order to save disk space we remove traditional syslog packages
# and only rely on systemd journald
# see https://open.greenhost.net/openappstack/openappstack/-/issues/575
- rsyslog
- syslog-ng
- name: Install python deps
tags:
- package
......@@ -60,13 +73,6 @@
src: /snap/bin/kubectl
dest: /usr/local/bin/kubectl
- name: Remove old helm snap installation
tags:
- helm
command: snap remove helm
args:
removes: /snap/bin/helm
- name: Get current helm version
tags:
- helm
......
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