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:
parent
c8b087230d
commit
53234bcece
1 changed files with 20 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue