forked from infra/ansible
This reverts commit db0b9e4f0c.
This is not the correct knob to adjust number of attempts.
This is number of things that have to be successfull before unlock.
1 is right here. ;(
17 lines
429 B
Text
17 lines
429 B
Text
---
|
|
datacenter: rdu3
|
|
dns: 10.16.163.33
|
|
dns1: 10.16.163.33
|
|
dns2: 10.16.163.34
|
|
dns_search1: "rdu3.fedoraproject.org"
|
|
dns_search2: "fedoraproject.org"
|
|
nbde: true
|
|
nbde_device: /dev/md2
|
|
nbde_client_bindings:
|
|
- device: "{{ nbde_device }}"
|
|
encryption_password: "{{ nbde_password }}"
|
|
password_temporary: no
|
|
threshold: 1
|
|
servers:
|
|
- http://tang01.rdu3.fedoraproject.org
|
|
- http://tang02.rdu3.fedoraproject.org
|