From 9ffe1dc3c087a254ded22679c3da9ac5267df0b4 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 16 Mar 2021 02:15:24 +0000 Subject: [PATCH] Add shell01.home.foo.sh --- host_vars/shell01.foo.sh.yml | 15 +++++++++++++++ hosts | 1 + 2 files changed, 16 insertions(+) create mode 100644 host_vars/shell01.foo.sh.yml diff --git a/host_vars/shell01.foo.sh.yml b/host_vars/shell01.foo.sh.yml new file mode 100644 index 0000000..d779d50 --- /dev/null +++ b/host_vars/shell01.foo.sh.yml @@ -0,0 +1,15 @@ +--- +vmhost: vmhost01.home.foo.sh +network_interfaces: + - device: eth0 + vlan: 102 + ipaddr: 37.16.96.155 + netmask: 255.255.255.240 + gateway: 37.16.96.145 + proto: static + - device: eth1 + vlan: 30 + ipaddr: 172.20.30.21 + netmask: 255.255.255.0 + proto: static + nameservers: [172.20.30.2] diff --git a/hosts b/hosts index 43dda7f..6460b2a 100644 --- a/hosts +++ b/hosts @@ -38,6 +38,7 @@ proxy01.home.foo.sh proxy02.home.foo.sh [shell] +shell01.foo.sh shell02.foo.sh [static]