copr: use iptables, but allow desired tcp ports

This commit is contained in:
Jakub Kadlcik 2020-02-21 14:46:35 +01:00 committed by Pierre-Yves Chibon
parent ea15fb6a5d
commit 9f23df8c42
3 changed files with 2 additions and 2 deletions

View file

@ -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: []

View file

@ -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"

View file

@ -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