diff --git a/Vagrantfile b/Vagrantfile index 0c84e44..7b721f9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,6 +14,7 @@ Vagrant.configure("2") do |config| { :name => "hb-slim-3", :ip => "192.168.56.13"}, { :name => "hb-wide-1", :ip => "192.168.56.101", :cpus => 2, :memory => 4096}, { :name => "hb-wide-2", :ip => "192.168.56.102", :cpus => 2, :memory => 4096}, + { :name => "nas", :ip => "192.168.56.200", :cpus => 2, :memory => 4096}, ] boxes.each do |opts| diff --git a/inventory/lab.yml b/inventory/lab.yml index f525620..8f64917 100644 --- a/inventory/lab.yml +++ b/inventory/lab.yml @@ -40,6 +40,11 @@ all: k3s_label: - type=worker - size=slim + nas: + ansible_host: 192.168.56.200 + is_nas: true + hostname: nas + wireguard_ip: 10.20.0.100 children: master: hosts: