Releases: Tecnativa/ansible-role-hetzner-rescue-installimage
Releases · Tecnativa/ansible-role-hetzner-rescue-installimage
3.0.1
Modernized
Hetzner has made some updates that allow us to update this role:
ftype=1
is default now for Ubuntu, so I dropped support for mocking those options.- Python 3.7 is shipped by default in recovery images, and Ansible supports it, so I switch to using it by default.
- The image search path was absurdly going up & down. Fixed.
- Use reboot plugin from Ansible. Requires 2.7.
2.1.0
Some configuration improvements. See https://github.com/Tecnativa/ansible-role-hetzner-rescue-installimage/milestone/1 for details.
Same RAID as Hetzner
From this release on, you get the same defaults as Hetzner, which is RAID 1.
You should update your installation scripts if you don't want this new default.
The reasoning is that it seems a safer default for most users.
1.0.1: Added NVME drive support in DRIVE loop
When using the newer NVME SSDs, the `autosetup.j2` template currently does not detect any drives. I added an or condition, might be even better to be able to configure it in a var