blob: 34f4072ec91cd07574759a55b79d933cda8623f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
rpi_base_enable_wifi: True
rpi_base_timezone: "America/Chicago"
rpi_base_log_size: "100M"
rpi_base_apt_packages:
# setfacl is required for ansible become_user with an unprivileged user
# (e.g. postgres tasks); 26.04 no longer ships it by default
- "acl"
- "mosh"
- "avahi-daemon"
- "log2ram"
- "fail2ban"
- "unattended-upgrades"
- "emacs-nox"
- "htop"
- "jq"
- "tree"
- "iperf3"
- "python3-pip"
- "unzip"
- "apt-transport-https"
|