copr: use iptables, but allow desired tcp ports
This commit is contained in:
parent
ea15fb6a5d
commit
9f23df8c42
3 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,5 @@ copr_aws_region: us-east-1
|
|||
services_disabled: false
|
||||
nm_controlled_resolv: True
|
||||
|
||||
baseiptables: False
|
||||
|
||||
# override defaults from vars/Fedora.yml
|
||||
#service_enabled: []
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
tcp_ports: [22, 80, 443]
|
||||
copr_hostname: "copr-fe.aws.fedoraproject.org"
|
||||
copr_frontend_public_hostname: "copr-fe.aws.fedoraproject.org"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
tcp_ports: [22, 80, 443]
|
||||
copr_frontend_public_hostname: "copr-fe-dev.cloud.fedoraproject.org"
|
||||
|
||||
fas_client_groups: sysadmin-copr,fi-apprentice,sysadmin-noc,sysadmin-veteran
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue