diff --git a/host_vars/GW-B53.yml b/host_vars/GW-B53.yml index 0be4294..36f3e33 100644 --- a/host_vars/GW-B53.yml +++ b/host_vars/GW-B53.yml @@ -3,3 +3,11 @@ pxe_dhcp_range_end: "10.5.0.143" # isol don't allow talking to smtp.soton from uplink IPs # so send from the SOWN LAN IP postfix_ip: "10.5.0.252" + +gw_sown_ip_v4: "10.5.0.252" +gw_sown_ip_v6: "2001:630:d0:f700::252" +gw_uplink_ip_v4: "152.78.103.236" +gw_uplink_ip_v6: "2001:630:d0:505::1:5032" +gw_mgmt_ip: "10.5.1.252" +gw_dmz_ip: "152.78.189.44" +gw_conntrackd_peer: "152.78.103.237" diff --git a/playbook.yml b/playbook.yml index ddfbce0..3243205 100644 --- a/playbook.yml +++ b/playbook.yml @@ -24,10 +24,6 @@ tags: pxe - role: dns_slave tags: dns_slave -# temp, will be routers once we're done -- name: Configure GW-B32 - hosts: GW-B32 - roles: - role: gw tags: gw - name: Configure backups