72 lines
1.8 KiB
YAML
72 lines
1.8 KiB
YAML
rpi:
|
|
hosts:
|
|
vaermina:
|
|
ansible_host: 127.0.0.1
|
|
ansible_port: 3024
|
|
ansible_user: vagrant
|
|
ansible_ssh_private_key_file: .vagrant/machines/vaermina/libvirt/private_key
|
|
# azura:
|
|
# ansible_host: 127.0.0.1
|
|
# ansible_port: 3027
|
|
# ansible_user: vagrant
|
|
# ansible_ssh_private_key_file: .vagrant/machines/azura/libvirt/private_key
|
|
# kynareth:
|
|
# ansible_host: 127.0.0.1
|
|
# ansible_port: 3028
|
|
# ansible_user: vagrant
|
|
# ansible_ssh_private_key_file: .vagrant/machines/kynareth/libvirt/private_key
|
|
nocturnal:
|
|
ansible_host: 127.0.0.1
|
|
ansible_port: 3023
|
|
ansible_user: vagrant
|
|
ansible_ssh_private_key_file: .vagrant/machines/nocturnal/libvirt/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/libvirt/private_key
|
|
akatosh:
|
|
# qemu test VM, see docs/migration-survey.md (cloud-init creates nerevar)
|
|
ansible_host: 127.0.0.1
|
|
ansible_port: 3029
|
|
ansible_user: nerevar
|
|
# meridia:
|
|
# ansible_host: 127.0.0.1
|
|
# ansible_port: 3025
|
|
# ansible_user: vagrant
|
|
# ansible_ssh_private_key_file: .vagrant/machines/meridia/libvirt/private_key
|
|
# dibella:
|
|
# ansible_host: 127.0.0.1
|
|
# ansible_port: 3026
|
|
# ansible_user: vagrant
|
|
# ansible_ssh_private_key_file: .vagrant/machines/dibella/libvirt/private_key
|
|
|
|
debian:
|
|
hosts:
|
|
vaermina:
|
|
talos:
|
|
nocturnal:
|
|
akatosh:
|
|
# arch:
|
|
# hosts:
|
|
# azura:
|
|
# kynareth:
|
|
# meridia:
|
|
# dibella:
|
|
home:
|
|
hosts:
|
|
# azura:
|
|
vaermina:
|
|
# kynareth:
|
|
nocturnal:
|
|
talos:
|
|
# cloud:
|
|
# hosts:
|
|
# meridia:
|
|
# dibella:
|
|
cloud:
|
|
hosts:
|