66 lines
1.2 KiB
YAML
66 lines
1.2 KiB
YAML
# Debian Tasks for Debian Atomic
|
|
# This file defines package groups for different variants
|
|
|
|
tasks:
|
|
- name: "debian-atomic-base"
|
|
description: "Base system packages"
|
|
packages:
|
|
- systemd
|
|
- systemd-sysv
|
|
- dbus
|
|
- util-linux
|
|
- ostree
|
|
- ostree-boot
|
|
- grub2
|
|
- grub-pc
|
|
- linux-image-amd64
|
|
- initramfs-tools
|
|
- bash
|
|
- coreutils
|
|
- vim
|
|
- less
|
|
- curl
|
|
- wget
|
|
- sudo
|
|
- passwd
|
|
- network-manager
|
|
- iwd
|
|
- wireguard-tools
|
|
- openssh-client
|
|
- make
|
|
- gcc
|
|
- python3
|
|
- python3-pip
|
|
- podman
|
|
- skopeo
|
|
- buildah
|
|
|
|
- name: "debian-atomic-workstation"
|
|
description: "Workstation desktop packages"
|
|
packages:
|
|
- gnome-core
|
|
- gnome-software
|
|
- gnome-tweaks
|
|
- firefox-esr
|
|
- libreoffice
|
|
- gedit
|
|
- nautilus
|
|
- gnome-terminal
|
|
- gnome-control-center
|
|
|
|
- name: "debian-atomic-server"
|
|
description: "Server CLI packages"
|
|
packages:
|
|
- openssh-server
|
|
- nginx
|
|
- postgresql-client
|
|
- mariadb-client
|
|
- redis-tools
|
|
- htop
|
|
- iotop
|
|
- nethogs
|
|
- net-tools
|
|
- iproute2
|
|
- iptables
|
|
- git
|
|
- docker.io
|