You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
375 B
8 lines
375 B
hetzner_autoinstall: false
|
|
autoinstall_image: /root/images/Debian-1105-bullseye-amd64-base.tar.gz
|
|
autoinstall_disk_encryption_secret: secret
|
|
autoinstall_authorized_keys_src: .ssh/id_rsa.pub
|
|
autoinstall_hostname: "{{ inventory_hostname }}"
|
|
autoinstall_initramfs_override_interface: true
|
|
autoinstall_initramfs_interface: ens3
|
|
autoinstall_interfaces: "{{ ansible_interfaces }}"
|
|
|