Add second registry host
This commit is contained in:
parent
a97f2b5c79
commit
d6eda5f722
2 changed files with 7 additions and 0 deletions
6
host_vars/registry02.home.foo.sh.yml
Normal file
6
host_vars/registry02.home.foo.sh.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:58
|
1
hosts
1
hosts
|
@ -59,6 +59,7 @@ proxy02.home.foo.sh
|
|||
|
||||
[registry]
|
||||
registry01.home.foo.sh
|
||||
registry02.home.foo.sh
|
||||
|
||||
[relay]
|
||||
relay01.home.foo.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue