forked from infra/ansible
nbde: set threshold to 5
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
efc43822cd
commit
db0b9e4f0c
4 changed files with 6 additions and 6 deletions
|
|
@ -25,21 +25,21 @@ nbde_client_bindings:
|
|||
- device: "{{ nbde_device }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
- device: "{{ nbde_device2 }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
- device: "{{ nbde_device3 }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ nbde_client_bindings:
|
|||
- device: "{{ nbde_device }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ nbde_client_bindings:
|
|||
- device: "{{ nbde_device }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ nbde_client_bindings:
|
|||
- device: "{{ nbde_device }}"
|
||||
encryption_password: "{{ nbde_password }}"
|
||||
password_temporary: no
|
||||
threshold: 1
|
||||
threshold: 5
|
||||
servers:
|
||||
- http://tang01.rdu3.fedoraproject.org
|
||||
- http://tang02.rdu3.fedoraproject.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue