forked from infra/ansible
base / nftables / kojibuilder: allow sign-bridge access for all builders in the secureboot group, not just x86-02/a64-02
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0ae3392198
commit
a5d7291edc
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ add rule ip filter OUTPUT ip daddr 10.16.163.35/19 tcp sport 22 counter accept
|
|||
# Allow SSHFS binding to koji01
|
||||
add rule ip filter OUTPUT ip daddr 10.16.169.104 tcp dport 22 counter accept
|
||||
{% endif %}
|
||||
{% if inventory_hostname.startswith (('buildhw-x86-02', 'buildhw-a64-02')) %}
|
||||
{% if inventory_hostname in groups['secureboot'] %}
|
||||
# Allow secure boot signing to contact the sign bridge
|
||||
add rule ip filter OUTPUT ip daddr 10.16.169.120 tcp dport 44334 counter accept
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue