rollout/inventory/test_inventory
2025-04-26 13:51:27 -04:00

9 lines
315 B
Plaintext

[all:vars]
ansible_user=vagrant
[testservers]
testserver1 ansible_host=192.168.56.11 ansible_ssh_private_key_file=.vagrant/machines/testserver1/virtualbox/private_key
testserver2 ansible_host=192.168.56.12 ansible_ssh_private_key_file=.vagrant/machines/testserver2/virtualbox/private_key
[tor_systems]
testserver1