forked from infra/ansible
Add IPs to hosts file (to be able to use ansible via VPN).
This commit is contained in:
parent
021aa8df96
commit
20aaeb9766
8
hosts
8
hosts
@ -1,8 +1,8 @@
|
||||
[kitchen]
|
||||
bacon.binary.kitchen
|
||||
aveta.binary.kitchen
|
||||
sulis.binary.kitchen
|
||||
nabia.binary.kitchen
|
||||
bacon.binary.kitchen ansible_host=172.23.2.3
|
||||
aveta.binary.kitchen ansible_host=172.23.2.4
|
||||
sulis.binary.kitchen ansible_host=172.23.2.5
|
||||
nabia.binary.kitchen ansible_host=172.23.2.6
|
||||
[fan-rz]
|
||||
helium.binary-kitchen.net
|
||||
lithium.binary-kitchen.net
|
||||
|
Loading…
Reference in New Issue
Block a user