Fix deploying devel hosts

This commit is contained in:
Timo Makinen 2021-11-09 18:10:16 +00:00
parent 38f7e7df23
commit 5dce4b1cf8
3 changed files with 7 additions and 3 deletions

View file

@ -1,9 +1,12 @@
--- ---
vmhost: vmhost02.home.foo.sh vmhost: vmhost01.home.foo.sh
network_interfaces: network_interfaces:
- device: eth0 - device: eth0
vlan: 20 vlan: 20
mac: 52:54:00:ac:de:0b ipaddr: 172.20.23.11
netmask: 255.255.252.0
gateway: 172.20.20.1
proto: static
firewall_in: firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]} - {proto: tcp, port: 22, from: [172.20.20.0/22]}

View file

@ -1,3 +1,5 @@
# ansible-playbook -i hosts.devel playbooks/devel.yml
[devel] [devel]
devel01.home.foo.sh devel01.home.foo.sh

View file

@ -11,4 +11,3 @@
roles: roles:
- base - base
- apache