trixie/roles/educontainer/defaults/main.yml

14 lines
255 B
YAML
Raw Normal View History

2021-11-18 20:20:28 +01:00
## generate most of this list with 'tasksel --task-packages standard'
cont_packages:
- systemd-container
- openssh-server
- sudo
- python3
- auto-apt-proxy
- bash-completion
- ca-certificates
2021-11-20 14:38:22 +01:00
- man-db
2021-11-18 20:20:28 +01:00
- manpages
2021-11-20 14:38:22 +01:00
cont_packages_extra: []