Install/configure Garage

Add a garage cookbook that installs the garage binary distribution and
creates the necessary configuration and system service.

Also deploy two new VMs to act as storage nodes.

refs #428
This commit is contained in:
Râu Cao
2022-11-22 21:53:46 +01:00
parent a7a6ff0df9
commit 6ee3327b91
23 changed files with 584 additions and 0 deletions

6
roles/garage_node.rb Normal file
View File

@@ -0,0 +1,6 @@
name "garage_node"
run_list %w(
kosmos_garage::default
kosmos_garage::firewall
)