Files
fedora-infra_ansible/inventory/group_vars/kernel_qa
Kevin Fenzi b3d32cf04c kernel02: add nbde vars
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-10-02 10:44:52 -07:00

22 lines
687 B
Plaintext

---
custom_rules: ['-A INPUT -p tcp -m tcp -s 192.168.122.0/24 --dport 2049 -j ACCEPT']
nft_custom_rules: ['add rule ip 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