mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr-be: new private IP address
This commit is contained in:
@@ -49,7 +49,7 @@ copr_aws_region: us-east-1
|
|||||||
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
|
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
|
||||||
|
|
||||||
# eth0, eth1
|
# eth0, eth1
|
||||||
copr_backend_ips: ["52.44.175.77", "172.30.2.8"]
|
copr_backend_ips: ["52.44.175.77", "172.30.2.240"]
|
||||||
|
|
||||||
copr_builder_fedora_version: 38
|
copr_builder_fedora_version: 38
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ copr_hostbase: copr-keygen
|
|||||||
custom_rules:
|
custom_rules:
|
||||||
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 80 -j ACCEPT'
|
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 80 -j ACCEPT'
|
||||||
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 5167 -j ACCEPT'
|
- '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 5167 -j ACCEPT'
|
||||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.8 --dport 80 -j ACCEPT'
|
- '-A INPUT -p tcp -m tcp -s 172.30.2.240 --dport 80 -j ACCEPT'
|
||||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.8 --dport 5167 -j ACCEPT'
|
- '-A INPUT -p tcp -m tcp -s 172.30.2.240 --dport 5167 -j ACCEPT'
|
||||||
datacenter: aws
|
datacenter: aws
|
||||||
freezes: false
|
freezes: false
|
||||||
tcp_ports: [22,
|
tcp_ports: [22,
|
||||||
|
|||||||
Reference in New Issue
Block a user