airshipctl/playbooks/vars/airship-ipam.yaml
Drew Walters b8101051b1 [#62] Rename missing vars file
A change recently changed .yml file extensions to .yaml. This change
updates an ansible vars file that was missed during the refactor in
order to restore CI functionality.

Change-Id: Id832f71d2073ad1b3a552ad67a0a1617e80ea32a
Signed-off-by: Drew Walters <andrew.walters@att.com>
2020-02-24 13:32:30 -06:00

10 lines
237 B
YAML

airship_gate_ipam:
nat_network:
bridge_ip: "10.23.25.1"
ephemeral_ip: "10.23.25.101"
dhcp_start: "10.23.25.150"
dhcp_end: "10.23.25.160"
provision_network:
bridge_ip: "10.23.24.1"
ephemeral_ip: "10.23.24.101"