1
0
Fork 0
forked from infra/ansible

copr-hypervisor / x86: bind second and third luks devices

These machines have a /dev/md3 and /dev/md4 that are encrypted, but we
were only binding /dev/md2, so boots would wait for a passphrase.

This binds all of them (they have the same passphrase and can use the
same tang server they just need to be bound to do so)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-04-17 11:03:03 -07:00
commit 53234bcece

View file

@ -28,6 +28,26 @@ nbde_client_bindings:
- http://tang01.rdu3.fedoraproject.org
- http://tang02.rdu3.fedoraproject.org
nbde_device2: /dev/md3
nbde_client_bindings:
- device: "{{ nbde_device2 }}"
encryption_password: "{{ nbde_password }}"
password_temporary: no
threshold: 1
servers:
- http://tang01.rdu3.fedoraproject.org
- http://tang02.rdu3.fedoraproject.org
nbde_device3: /dev/md4
nbde_client_bindings:
- device: "{{ nbde_device3 }}"
encryption_password: "{{ nbde_password }}"
password_temporary: no
threshold: 1
servers:
- http://tang01.rdu3.fedoraproject.org
- http://tang02.rdu3.fedoraproject.org
libvirt_host: "{{ inventory_hostname }}"
nft_custom_rules: