1
0
Fork 0
forked from infra/ansible
infra-ansible/inventory/host_vars/bastion02.rdu3.fedoraproject.org
Nils Philippsen 6c85fda0c9 Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-03 20:05:02 +02:00

1.1 KiB

— datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: "rdu3.fedoraproject.org" dns_search2: "fedoraproject.org" eth0_ipv4_gw: 10.16.163.254 eth0_ipv4_ip: 10.16.163.32 eth0_ipv6_gw: 2620:52:6:1121::1 eth0_ipv6_ip: 2620:52:6:1121:bead:cafe:feed:fed2 eth0_ipv6_nm: 64 ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
    • "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"

    gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet state: up

ssh_hostnames:

  • bastion.fedoraproject.org
  • bastion02.fedoraproject.org
  • bastion-rdu3.fedoraproject.org

vmhost: vmhost-x86-02.rdu3.fedoraproject.org volgroup: /dev/vg_guests vpn: false