proxmox: fix network interface renaming

Use systemd .link files which are "relatively futureproof" according
to https://wiki.debian.org/NetworkInterfaceNames .
This commit is contained in:
Timotej Lazar 2025-08-13 12:03:28 +02:00
parent 59c1431f93
commit e499bbf570
3 changed files with 18 additions and 4 deletions

View file

@ -1,3 +1,7 @@
- name: update initramfs
command: update-initramfs -u -k all
when: "'handler' not in ansible_skip_tags"
- name: reboot
reboot:
when: "'handler' not in ansible_skip_tags"