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
7 lines
86 B
Ruby
7 lines
86 B
Ruby
name "garage_node"
|
|
|
|
run_list %w(
|
|
kosmos_garage::default
|
|
kosmos_garage::firewall
|
|
)
|