chef/roles/garage_node.rb
Râu Cao b5ff60214c 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
2022-11-25 10:56:22 +00:00

7 lines
86 B
Ruby

name "garage_node"
run_list %w(
kosmos_garage::default
kosmos_garage::firewall
)