Browse Source

only define debian_boot_packages

master
Markus Katharina Brechtel 7 years ago
parent
commit
74eb4a3b16
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      vars/main.yml

+ 3
- 3
vars/main.yml View File

@@ -8,10 +8,9 @@ _host_vars:
logical_volumes: "{{ _logical_volumes[partitioning_profile] }}" logical_volumes: "{{ _logical_volumes[partitioning_profile] }}"
filesystems: "{{ _filesystems[partitioning_profile] }}" filesystems: "{{ _filesystems[partitioning_profile] }}"
swap_devices: "{{ _swap_devices[partitioning_profile] }}" swap_devices: "{{ _swap_devices[partitioning_profile] }}"
debian_base_packages: "{{ debian_base_packages }}"
debian_boot_packages: "{{ _debian_boot_packages[partitioning_profile] }}"
debian_boot_packages: "{{ _debian_boot_packages[partitioning_profile] | union(_debian_boot_packages_all) }}"


debian_base_packages:
_debian_boot_packages_all:
- linux-image-amd64 - linux-image-amd64
- busybox-static - busybox-static
- openssh-server - openssh-server
@@ -89,6 +88,7 @@ _dmcrypt_devices:
_crypt_device: _crypt_device:
#bios-dmcrypt-lvm: "{{ hard_disk_device }}-part4" #bios-dmcrypt-lvm: "{{ hard_disk_device }}-part4"
efi-dmcrypt-lvm: /dev/disk/by-partlabel/{{inventory_hostname}}-crypt efi-dmcrypt-lvm: /dev/disk/by-partlabel/{{inventory_hostname}}-crypt
bios-gpt-mdraid-lvm: []


_volume_groups: _volume_groups:
bios-mbr-dmcrypt-lvm: bios-mbr-dmcrypt-lvm:


Loading…
Cancel
Save