mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
22 lines
687 B
Plaintext
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
|