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