Rename fsol?? hosts to fsol-gw??
This commit is contained in:
parent
77ee001c54
commit
51aede7c00
5 changed files with 10 additions and 10 deletions
|
@ -3,8 +3,8 @@ vmhost: vmhost01.home.foo.sh
|
|||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:3f
|
||||
ipaddr: 172.20.21.63
|
||||
mac: 52:54:00:ac:dc:03
|
||||
ipaddr: 172.20.21.3
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
|
@ -3,8 +3,8 @@ vmhost: vmhost02.home.foo.sh
|
|||
network_interfaces:
|
||||
- device: vio0
|
||||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:40
|
||||
ipaddr: 172.20.21.64
|
||||
mac: 52:54:00:ac:dc:04
|
||||
ipaddr: 172.20.21.4
|
||||
netmask: 255.255.252.0
|
||||
proto: static
|
||||
- device: vio1
|
8
hosts
8
hosts
|
@ -4,9 +4,9 @@ adm01.home.foo.sh
|
|||
[collab]
|
||||
collab01.home.foo.sh
|
||||
|
||||
[fsol]
|
||||
fsol01.home.foo.sh
|
||||
fsol02.home.foo.sh
|
||||
[fsolgw]
|
||||
fsol-gw01.home.foo.sh
|
||||
fsol-gw02.home.foo.sh
|
||||
|
||||
[git]
|
||||
git02.home.foo.sh
|
||||
|
@ -69,7 +69,7 @@ ldap
|
|||
collab
|
||||
|
||||
[openbsd:children]
|
||||
fsol
|
||||
fsolgw
|
||||
gw
|
||||
log
|
||||
ns
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=fsol"
|
||||
- import_playbook: "include/deploy-kvm-guest.yml myhosts=fsolgw"
|
||||
|
||||
- name: configure instance
|
||||
hosts: fsol
|
||||
hosts: fsolgw
|
||||
user: root
|
||||
gather_facts: true
|
||||
|
Loading…
Add table
Reference in a new issue