From 74f9ef36d08039524cb749d3db9c42d69e40fd39 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 25 Oct 2017 10:29:59 +0000 Subject: [PATCH] debian base and boot packages --- vars/main.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/vars/main.yml b/vars/main.yml index 9353cc7..4d98592 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -8,6 +8,45 @@ _host_vars: logical_volumes: "{{ _logical_volumes[partitioning_profile] }}" filesystems: "{{ _filesystems[partitioning_profile] }}" swap_devices: "{{ _swap_devices[partitioning_profile] }}" + debian_base_packages: "{{ debian_base_packages }}" + debian_boot_packages: "{{ _debian_boot_packages[partitioning_profile] }}" + +debian_base_packages: + - linux-image-amd64 + - busybox-static + - openssh-server + - python + - console-setup + - acpi-support + - bridge-utils + +_debian_boot_packages: + efi-dmcrypt-lvm: + - busybox-static + - lvm2 + - cryptsetup + - btrfs-tools + - grub-efi-amd64 + - efibootmgr + efi-mdraid-lvm: + - busybox-static + - mdadm + - lvm2 + - btrfs-tools + - grub-efi-amd64 + - efibootmgr + bios-mbr-dmcrypt-lvm: + - busybox-static + - lvm2 + - cryptsetup + - btrfs-tools + - grub-pc + bios-gpt-mdraid-lvm: + - busybox-static + - mdadm + - lvm2 + - btrfs-tools + - grub-pc _label_type: efi-mdraid-lvm: gpt