ansible/inventory/host_vars/vmhost-x86-copr03.rdu-cc.fedoraproject.org
Stephen Smoogen 7def09120e Try to get virthosts to use correct postfix set.
For some reason the vmhost-x86-copr systems are not using the correct
main.cf even though we have told the variables which one to use. I am
trying a second method to try and force this, but will have to come up
with a different datacenter definition for these otherwise as I can't
figure out why the code is different.
2021-02-17 19:12:09 -05:00

1 KiB

— datacenter: rdu-cc

gw: 8.43.85.254 dns: 8.8.8.8

has_ipv4: yes br0_ipv4: 8.43.85.59 br0_ipv4_nm: 23 br0_ipv4_gw: "{{ gw }}"

has_ipv6: yes br0_ipv6: "2620:52:3:1:dead:beef:cafe:c003" br0_ipv6_nm: 64 br0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"

mac0: "f4:02:70:d3:42:48" mac1: "f4:02:70:d3:42:49" mac2: "b0:26:28:d1:dd:c0" mac3: "b0:26:28:d1:dd:c1" mac4: "b4:96:91:63:3b:50" mac5: "b4:96:91:63:3b:51" mac6: "b4:96:91:63:3b:52" mac7: "b4:96:91:63:3b:53"

br0_port0_mac: "{{ mac0 }}"

network_connections:

  • name: br0 state: up type: bridge autoconnect: yes ip: address:

    • "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
    • "{{ br0_ipv6 }}/{{ br0_ipv6_nm }}"

    gateway4: "{{ br0_ipv4_gw }}" gateway6: "{{ br0_ipv6_gw }}" dns:

    • 8.8.8.8
    • 8.8.4.4
    • 2001:4860:4860::8888

    dns_search:

    • fedoraproject.org
    • vpn.fedoraproject.org
    • rdu-cc.fedoraproject.org

    dhcp4: no auto6: no

  • name: br0-port0 state: up type: ethernet master: br0 mac: "{{ br0_port0_mac }}"