ansible/roles/base/vars/main.yml

21 lines
265 B
YAML
Raw Normal View History

2021-02-12 22:13:37 +01:00
ihl_base_apt_packages:
- apt-transport-https
- ca-certificates
- curl
- dnsutils
- git
- htop
- jq
- less
- lm-sensors
2021-05-11 15:35:11 +02:00
- mlocate
2021-02-12 22:13:37 +01:00
- python3
- python3-pip
- python3-setuptools
- smartmontools
- sudo
- nano
2021-04-26 21:23:23 +02:00
- rsync
2021-05-03 12:47:28 +02:00
- sshfs
- tmux