39 lines
751 B
YAML
39 lines
751 B
YAML
rpi:
|
|
hosts:
|
|
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:
|
|
ansible_host: 127.0.0.1
|
|
ansible_port: 3029
|
|
ansible_user: nerevar
|
|
|
|
debian:
|
|
hosts:
|
|
talos:
|
|
nocturnal:
|
|
akatosh:
|
|
home:
|
|
hosts:
|
|
nocturnal:
|
|
talos:
|
|
cloud:
|
|
hosts:
|
|
akatosh:
|
|
backup_sources:
|
|
hosts:
|
|
akatosh:
|
|
backup:
|
|
hosts:
|
|
talos:
|