Add more tools, only apply sysctl when changed

This commit is contained in:
Daniel Poelzleithner 2021-03-04 18:46:03 +01:00
parent 6f7582f3c2
commit 4adb81e6ed
1 changed files with 19 additions and 3 deletions

View File

@ -7,19 +7,35 @@
name: "{{ packages }}"
vars:
packages:
- zsh
- iotop
- latencytop
- ethtool
- gddrescue
- git
- htop
- hwinfo
- ifupdown2
- iotop
- iperf
- ipmitool
- ipmiutil
- iproute2
- iptraf
- jq
- kpartx
- latencytop
- screen
- tcpdump
- tmux
- zsh
- name: Adjust sysctl values
copy:
src: ../files/sysctl/zentralwerk.conf
dest: /etc/sysctl.d/zentralwerk.conf
register: sysctl
- name: Apply sysctl
shell: "systemctl restart systemd-sysctl.service"
when: sysctl.changed
- name: Cloning oh-my-zsh
git: