move test VMs to vagrant and test inventory
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
rpi:
|
||||
hosts:
|
||||
vaermina:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3024
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/vaermina/virtualbox/private_key
|
||||
azura:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3027
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/azura/virtualbox/private_key
|
||||
kynareth:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3028
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/kynareth/virtualbox/private_key
|
||||
nocturnal:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3023
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/nocturnal/virtualbox/private_key
|
||||
internal_ip: "192.168.121.100" # Static IP corresponding to Vagrantfile
|
||||
x86:
|
||||
hosts:
|
||||
talos:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3022
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/talos/virtualbox/private_key
|
||||
meridia:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3025
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/meridia/virtualbox/private_key
|
||||
dibella:
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 3026
|
||||
ansible_user: vagrant
|
||||
ansible_ssh_private_key_file: .vagrant/machines/dibella/virtualbox/private_key
|
||||
|
||||
debian:
|
||||
hosts:
|
||||
vaermina:
|
||||
talos:
|
||||
nocturnal:
|
||||
arch:
|
||||
hosts:
|
||||
azura:
|
||||
kynareth:
|
||||
meridia:
|
||||
dibella:
|
||||
home:
|
||||
hosts:
|
||||
azura:
|
||||
vaermina:
|
||||
kynareth:
|
||||
nocturnal:
|
||||
talos:
|
||||
cloud:
|
||||
hosts:
|
||||
meridia:
|
||||
dibella:
|
||||
Reference in New Issue
Block a user