chef/roles/garage_node.rb
Râu Cao c055ef1c83
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-24 13:50:49 +01:00

7 lines
86 B
Ruby

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