From 6e77283b01e926d6f8c77ccfa3a7d10b0204607f Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 13 Nov 2023 00:34:40 +0100 Subject: [PATCH] feat(inventory): Add NAS component --- Vagrantfile | 1 + inventory/lab.yml | 5 +++++ 2 files changed, 6 insertions(+) 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: