Fix deploying devel hosts
This commit is contained in:
parent
38f7e7df23
commit
5dce4b1cf8
3 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
---
|
||||
vmhost: vmhost02.home.foo.sh
|
||||
vmhost: vmhost01.home.foo.sh
|
||||
network_interfaces:
|
||||
- device: eth0
|
||||
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:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# ansible-playbook -i hosts.devel playbooks/devel.yml
|
||||
|
||||
[devel]
|
||||
devel01.home.foo.sh
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- apache
|
||||
|
|
Loading…
Add table
Reference in a new issue