This PR are some minor advancements that helped me provision my hetzner server or things I stumbled over, when I tried it first time.
1) Allow to skip the boot into rescue machine, if you are already booted into rescue system and want to work from there. Helpful if you're trying to debug stuff and are running the playbook often. Just set already_in_rescue=yes
2) allow to set raid level for data device. Nowadays there are 4TB SSDs available. I don't need a Raid0 on that, and prefer Raid1
3) Allow to rename the volume group
4) add the neccessary fields to get startet to the cluster-example.yaml
Description
This PR are some minor advancements that helped me provision my hetzner server or things I stumbled over, when I tried it first time. 1) Allow to skip the boot into rescue machine, if you are already booted into rescue system and want to work from there. Helpful if you're trying to debug stuff and are running the playbook often. Just set
already_in_rescue=yes
2) allow to set raid level for data device. Nowadays there are 4TB SSDs available. I don't need a Raid0 on that, and prefer Raid1 3) Allow to rename the volume group 4) add the neccessary fields to get startet to thecluster-example.yaml