mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user