Add oci-node hosts
This commit is contained in:
parent
c98d9e2207
commit
ee39a34fad
5 changed files with 37 additions and 0 deletions
6
host_vars/oci-node01.home.foo.sh.yml
Normal file
6
host_vars/oci-node01.home.foo.sh.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:5f
|
6
host_vars/oci-node02.home.foo.sh.yml
Normal file
6
host_vars/oci-node02.home.foo.sh.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:60
|
Loading…
Add table
Add a link
Reference in a new issue