preseed: debian buster names interfaces differently than stretch and in a way that...
authorChristian Pointner <equinox@realraum.at>
Tue, 16 Jul 2019 20:14:47 +0000 (22:14 +0200)
committerChristian Pointner <equinox@realraum.at>
Tue, 16 Jul 2019 20:18:59 +0000 (22:18 +0200)
commit47ef375e1d90888299fef2a60c5cd12d3c388a72
tree14f28eb8d943b6fb82f81a3ad14419bafb30163e
parentfe6bfadde990f90c7f1fbbbd117c3cd1fc2c035b
preseed: debian buster names interfaces differently than stretch and in a way that is incompatible with our vm network interface scheme. This patch fixes the problem by making the name policy for network interfaces configurable
ansible/roles/preseed/defaults/main.yml [new file with mode: 0644]
ansible/roles/preseed/tasks/main.yml
ansible/roles/preseed/templates/preseed_debian-buster.cfg.j2
ansible/roles/preseed/templates/preseed_debian-stretch.cfg.j2
ansible/roles/preseed/templates/preseed_ubuntu-bionic.cfg.j2
ansible/roles/preseed/templates/preseed_ubuntu-xenial.cfg.j2
ansible/roles/vm/install/tasks/main.yml