add hetzner_autoinstall to defaults

master
Michael Wilson 3 years ago
parent bf762fed09
commit b6bad6a7a8
  1. 1
      hetzner/autoinstall/defaults/main.yml
  2. 2
      hetzner/autoinstall/tasks/main.yml

@ -1,3 +1,4 @@
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

@ -1,5 +1,5 @@
- name: bootstrap fully encrypted linux image
when: hetzner_autoinstall|default(false)
when: hetzner_autoinstall
notify: unlock_disk
block:
- name: copy setup.conf template

Loading…
Cancel
Save