Add adm02 and move adm01 to vmhost01
This commit is contained in:
parent
bccd872b6f
commit
f47666e4a9
3 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
vlan: 20
|
||||
|
|
6
host_vars/adm02.home.foo.sh.yml
Normal file
6
host_vars/adm02.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:0c"
|
1
hosts
1
hosts
|
@ -1,5 +1,6 @@
|
|||
[adm]
|
||||
adm01.home.foo.sh
|
||||
adm02.home.foo.sh
|
||||
|
||||
[collab]
|
||||
collab01.home.foo.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue