disable arch hosts in test for now
This commit is contained in:
+35
-35
@@ -4,22 +4,22 @@ rpi:
|
||||
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
|
||||
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/virtualbox/private_key
|
||||
ansible_ssh_private_key_file: .vagrant/machines/nocturnal/libvirt/private_key
|
||||
internal_ip: "192.168.121.100" # Static IP corresponding to Vagrantfile
|
||||
x86:
|
||||
hosts:
|
||||
@@ -27,37 +27,37 @@ x86:
|
||||
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
|
||||
ansible_ssh_private_key_file: .vagrant/machines/talos/libvirt/private_key
|
||||
# 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:
|
||||
arch:
|
||||
hosts:
|
||||
azura:
|
||||
kynareth:
|
||||
meridia:
|
||||
dibella:
|
||||
# arch:
|
||||
# hosts:
|
||||
# azura:
|
||||
# kynareth:
|
||||
# meridia:
|
||||
# dibella:
|
||||
home:
|
||||
hosts:
|
||||
azura:
|
||||
# azura:
|
||||
vaermina:
|
||||
kynareth:
|
||||
# kynareth:
|
||||
nocturnal:
|
||||
talos:
|
||||
cloud:
|
||||
hosts:
|
||||
meridia:
|
||||
dibella:
|
||||
# cloud:
|
||||
# hosts:
|
||||
# meridia:
|
||||
# dibella:
|
||||
|
||||
Reference in New Issue
Block a user