1
0
Fork 0
forked from infra/ansible
ansible/inventory/group_vars/kernel_qa
Kevin Fenzi 537ab5d20f Revert "nbde: set threshold to 5"
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. ;(
2026-06-29 15:25:28 -07:00

21 lines
698 B
Text

---
custom_rules: ['-A INPUT -p tcp -m tcp -s 192.168.122.0/24 --dport 2049 -j ACCEPT']
nft_custom_rules: ['add rule {{nft_table_filter}} INPUT ip saddr 192.168.122.0/24 tcp dport 2049 counter accept']
freezes: false
ipa_client_shell_groups:
- sysadmin-kernel
ipa_client_sudo_groups:
- sysadmin-kernel
ipa_host_group: kernel_qa
ipa_host_group_desc: kernel test machines
resolvconf: "{{ files }}/resolv.conf/rdu3"
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