Enable nftables on all lab workers (but not prod yet)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a8f984464e
commit
177c2b3f2f
2 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@ ipa_client_sudo_groups:
|
|||
- sysadmin-qa
|
||||
ipa_host_group: openqa-lab-workers
|
||||
ipa_host_group_desc: OpenQA Lab worker hosts
|
||||
nftables: true
|
||||
openqa_env: staging
|
||||
openqa_env_prefix: stg-
|
||||
# this is because openqa staging isn't really a staging host
|
||||
|
|
|
@ -5,7 +5,6 @@ nft_custom_rules:
|
|||
- 'add rule ip filter FORWARD iifname "br0" counter accept'
|
||||
- 'add rule ip filter FORWARD iifname "{{ openqa_tap_iface }}" oifname "br0" ct state related,established counter accept'
|
||||
- 'add rule ip filter INPUT iifname "br0" counter accept'
|
||||
nftables: False
|
||||
# for iptables rules...maybe other stuff in future? both staging
|
||||
# and prod workers are in this group
|
||||
host_group: openqa-tap-workers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue