1
0
Fork 0
forked from infra/ansible

copr-hypervisor: reform things as a single list which the role expects

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

View file

@ -19,6 +19,8 @@ primary_auth_source: ipa
nbde: true
nbde_device: /dev/md2
nbde_device2: /dev/md3
nbde_device3: /dev/md4
nbde_client_bindings:
- device: "{{ nbde_device }}"
encryption_password: "{{ nbde_password }}"
@ -27,9 +29,6 @@ nbde_client_bindings:
servers:
- 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
@ -37,9 +36,6 @@ nbde_client_bindings:
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