mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
[balancer]
|
|
192.168.56.2
|
|
|
|
[app]
|
|
192.168.56.3
|
|
192.168.56.4
|
|
|
|
[deployments:children]
|
|
balancer
|
|
app
|
|
|
|
[deployments:vars]
|
|
ansible_user=vagrant
|
|
ansible_ssh_private_key_file=~/.vagrant.d/insecure_private_key
|