disable arch hosts in test for now

This commit is contained in:
2025-02-03 22:21:12 +01:00
parent ee4bfb333d
commit c65a8f6e6a
2 changed files with 71 additions and 71 deletions
Vendored
+36 -36
View File
@@ -25,40 +25,40 @@ Vagrant.configure("2") do |config|
debian.vm.network "forwarded_port", guest: 22, host: 3024 debian.vm.network "forwarded_port", guest: 22, host: 3024
end end
config.vm.define "meridia" do |arch| # config.vm.define "meridia" do |arch|
arch.vm.box = "generic/arch" # arch.vm.box = "generic/arch"
arch.vm.hostname = "test-meridia" # arch.vm.hostname = "test-meridia"
arch.vm.network "private_network", type: "dhcp" # arch.vm.network "private_network", type: "dhcp"
arch.vm.network "forwarded_port", guest: 22, host: 3025 # arch.vm.network "forwarded_port", guest: 22, host: 3025
arch.vm.provision "shell", inline: <<-SHELL # arch.vm.provision "shell", inline: <<-SHELL
pacman -Sy --noconfirm python # pacman -Sy --noconfirm python
SHELL # SHELL
end # end
config.vm.define "dibella" do |arch| # config.vm.define "dibella" do |arch|
arch.vm.box = "generic/arch" # arch.vm.box = "generic/arch"
arch.vm.hostname = "test-dibella" # arch.vm.hostname = "test-dibella"
arch.vm.network "private_network", type: "dhcp" # arch.vm.network "private_network", type: "dhcp"
arch.vm.network "forwarded_port", guest: 22, host: 3026 # arch.vm.network "forwarded_port", guest: 22, host: 3026
arch.vm.provision "shell", inline: <<-SHELL # arch.vm.provision "shell", inline: <<-SHELL
pacman -Sy --noconfirm python # pacman -Sy --noconfirm python
SHELL # SHELL
end # end
config.vm.define "azura" do |arch| # config.vm.define "azura" do |arch|
arch.vm.box = "generic/arch" # arch.vm.box = "generic/arch"
arch.vm.hostname = "test-azura" # arch.vm.hostname = "test-azura"
arch.vm.network "private_network", type: "dhcp" # arch.vm.network "private_network", type: "dhcp"
arch.vm.network "forwarded_port", guest: 22, host: 3027 # arch.vm.network "forwarded_port", guest: 22, host: 3027
arch.vm.provision "shell", inline: <<-SHELL # arch.vm.provision "shell", inline: <<-SHELL
pacman -Sy --noconfirm python # pacman -Sy --noconfirm python
SHELL # SHELL
end # end
config.vm.define "kynareth" do |arch| # config.vm.define "kynareth" do |arch|
arch.vm.box = "generic/arch" # arch.vm.box = "generic/arch"
arch.vm.hostname = "test-kynareth" # arch.vm.hostname = "test-kynareth"
arch.vm.network "private_network", type: "dhcp" # arch.vm.network "private_network", type: "dhcp"
arch.vm.network "forwarded_port", guest: 22, host: 3028 # arch.vm.network "forwarded_port", guest: 22, host: 3028
arch.vm.provision "shell", inline: <<-SHELL # arch.vm.provision "shell", inline: <<-SHELL
pacman -Sy --noconfirm python # pacman -Sy --noconfirm python
SHELL # SHELL
end # end
end end
+35 -35
View File
@@ -4,22 +4,22 @@ rpi:
ansible_host: 127.0.0.1 ansible_host: 127.0.0.1
ansible_port: 3024 ansible_port: 3024
ansible_user: vagrant ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/vaermina/virtualbox/private_key ansible_ssh_private_key_file: .vagrant/machines/vaermina/libvirt/private_key
azura: # azura:
ansible_host: 127.0.0.1 # ansible_host: 127.0.0.1
ansible_port: 3027 # ansible_port: 3027
ansible_user: vagrant # ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/azura/virtualbox/private_key # ansible_ssh_private_key_file: .vagrant/machines/azura/libvirt/private_key
kynareth: # kynareth:
ansible_host: 127.0.0.1 # ansible_host: 127.0.0.1
ansible_port: 3028 # ansible_port: 3028
ansible_user: vagrant # ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/kynareth/virtualbox/private_key # ansible_ssh_private_key_file: .vagrant/machines/kynareth/libvirt/private_key
nocturnal: nocturnal:
ansible_host: 127.0.0.1 ansible_host: 127.0.0.1
ansible_port: 3023 ansible_port: 3023
ansible_user: vagrant 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 internal_ip: "192.168.121.100" # Static IP corresponding to Vagrantfile
x86: x86:
hosts: hosts:
@@ -27,37 +27,37 @@ x86:
ansible_host: 127.0.0.1 ansible_host: 127.0.0.1
ansible_port: 3022 ansible_port: 3022
ansible_user: vagrant ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/talos/virtualbox/private_key ansible_ssh_private_key_file: .vagrant/machines/talos/libvirt/private_key
meridia: # meridia:
ansible_host: 127.0.0.1 # ansible_host: 127.0.0.1
ansible_port: 3025 # ansible_port: 3025
ansible_user: vagrant # ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/meridia/virtualbox/private_key # ansible_ssh_private_key_file: .vagrant/machines/meridia/libvirt/private_key
dibella: # dibella:
ansible_host: 127.0.0.1 # ansible_host: 127.0.0.1
ansible_port: 3026 # ansible_port: 3026
ansible_user: vagrant # ansible_user: vagrant
ansible_ssh_private_key_file: .vagrant/machines/dibella/virtualbox/private_key # ansible_ssh_private_key_file: .vagrant/machines/dibella/libvirt/private_key
debian: debian:
hosts: hosts:
vaermina: vaermina:
talos: talos:
nocturnal: nocturnal:
arch: # arch:
hosts: # hosts:
azura: # azura:
kynareth: # kynareth:
meridia: # meridia:
dibella: # dibella:
home: home:
hosts: hosts:
azura: # azura:
vaermina: vaermina:
kynareth: # kynareth:
nocturnal: nocturnal:
talos: talos:
cloud: # cloud:
hosts: # hosts:
meridia: # meridia:
dibella: # dibella: