mirror of
https://github.com/fspc/workstand.git
synced 2025-02-21 16:43:24 -05:00
19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
[boxed]
|
|
192.168.33.10 ansible_ssh_private_key_file=.vagrant/machines/boxed/virtualbox/private_key
|
|
|
|
[test-ubuntu-precise]
|
|
192.168.33.20 ansible_ssh_private_key_file=.vagrant/machines/test-ubuntu-precise/virtualbox/private_key
|
|
|
|
[test-ubuntu-trusty]
|
|
192.168.33.21 ansible_ssh_private_key_file=.vagrant/machines/test-ubuntu-trusty/virtualbox/private_key
|
|
|
|
[test:children]
|
|
test-ubuntu-precise
|
|
test-ubuntu-trusty
|
|
|
|
[vagrant:children]
|
|
test
|
|
boxed
|
|
|
|
[vagrant:vars]
|
|
ansible_ssh_user=vagrant |