/home/zuul/src/opendev.org/opendev/system-config/playbooks/service-bridge.yaml
Execution
Date 08 Apr 2026 21:34:53 +0000
Duration 00:01:45.70
Controller bridge99.opendev.org
User root
Versions
Ansible 2.15.13
ara 1.7.5 / 1.7.5
Python 3.10.12
Summary
1 Hosts
92 Tasks
90 Results
2 Plays
34 Files
0 Records

File: /etc/ansible/hosts/group_vars/all.yaml

# If the bastion ipv4 or v6 addresses aren't available (because this
# job runs in an environment without them) just fall back to the
# defaults for the real bridge.
bastion_ipv4: 200.225.47.50
bastion_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/r/kdEkUtRC5Fk+fbfbRTZTfD1VnsUMcVBhNvy4iUnIfpUYxiI6jBlGqoKFF1hSdkVourkp/dSc8nKwoiAXkmwy0sgP9CaqfbwqMh6V/YI4EizG/QVaYS9pwCUumSbI4bkcm+LMxLI3goWHFhtxbeAuaBd4YfPURBbQfaa/Fzdx5q8vzu3/vCZ7rgdqUjZn//sfoxfqCGZ+zHVdhuEEo0tKdFTdtHFECkSUc4epC3X7tKxBNhYg+NgeenNYXAwKMdPsU+OoLMTL/q+tyvoZjvTAFAWWqqO8coeFq66H1xNMDygFbK8r6Fn/YxcQ88RiwEzpyLYyl7ovGqztJhkcPEZuIK3VIj13zzlj9CRjIDTa5MqQOpdHiKcLol5RA2o6/HcmlUltqQ187TZBcNav+BWKEkgafYTbXkPStq2TN+uN0+1mc5MCfZWqW5olQKUbUbR/nZmReTddqCHNL8v67Y55fVsTUs151gnYyTWALA3oY72mADb4So+SIWacITbj0= zuul-build-sshkey
force_docker_io_ipv4: true
# Block IP ranges used only for documentation purposes to ensure that
# our block rules apply cleanly and don't break the rest of our
# iptables ruleset.
iptables_disallowed_hosts_v4:
  - 203.0.113.0/24
iptables_disallowed_hosts_v6:
  - 3fff::/20
iptables_test_public_tcp_ports: [19885, 4444]
iptables_egress_rules:
  - -o lo -j ACCEPT
  - -p tcp -m tcp --dport 25 --tcp-flags FIN,SYN,RST,ACK SYN -j REJECT --reject-with tcp-reset