Rename fsol?? hosts to fsol-gw??

This commit is contained in:
Timo Makinen 2021-03-17 21:28:49 +00:00
parent 77ee001c54
commit 51aede7c00
5 changed files with 10 additions and 10 deletions

View file

@ -3,8 +3,8 @@ vmhost: vmhost01.home.foo.sh
network_interfaces: network_interfaces:
- device: vio0 - device: vio0
vlan: 20 vlan: 20
mac: 52:54:00:ac:dc:3f mac: 52:54:00:ac:dc:03
ipaddr: 172.20.21.63 ipaddr: 172.20.21.3
netmask: 255.255.252.0 netmask: 255.255.252.0
proto: static proto: static
- device: vio1 - device: vio1

View file

@ -3,8 +3,8 @@ vmhost: vmhost02.home.foo.sh
network_interfaces: network_interfaces:
- device: vio0 - device: vio0
vlan: 20 vlan: 20
mac: 52:54:00:ac:dc:40 mac: 52:54:00:ac:dc:04
ipaddr: 172.20.21.64 ipaddr: 172.20.21.4
netmask: 255.255.252.0 netmask: 255.255.252.0
proto: static proto: static
- device: vio1 - device: vio1

8
hosts
View file

@ -4,9 +4,9 @@ adm01.home.foo.sh
[collab] [collab]
collab01.home.foo.sh collab01.home.foo.sh
[fsol] [fsolgw]
fsol01.home.foo.sh fsol-gw01.home.foo.sh
fsol02.home.foo.sh fsol-gw02.home.foo.sh
[git] [git]
git02.home.foo.sh git02.home.foo.sh
@ -69,7 +69,7 @@ ldap
collab collab
[openbsd:children] [openbsd:children]
fsol fsolgw
gw gw
log log
ns ns

View file

@ -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 - name: configure instance
hosts: fsol hosts: fsolgw
user: root user: root
gather_facts: true gather_facts: true