feat(inventory): Add NAS component
This commit is contained in:
parent
658545d9de
commit
6e77283b01
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -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|
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user