diff --git a/host_vars/static01.home.foo.sh.yml b/host_vars/static01.home.foo.sh.yml new file mode 100644 index 0000000..ac1ade0 --- /dev/null +++ b/host_vars/static01.home.foo.sh.yml @@ -0,0 +1,6 @@ +--- +vmhost: vmhost01.home.foo.sh +network_interfaces: + - device: eth0 + vlan: 20 + mac: "52:54:00:ac:dc:37" diff --git a/hosts b/hosts index 6460b2a..3b8c0b1 100644 --- a/hosts +++ b/hosts @@ -42,6 +42,7 @@ shell01.foo.sh shell02.foo.sh [static] +static01.home.foo.sh static02.home.foo.sh [vmhost]