Also adds a new garage gateway role, which only allows RPC (inter-node) traffic to Garage.
7 lines
93 B
Ruby
7 lines
93 B
Ruby
name "garage_gateway"
|
|
|
|
run_list %w(
|
|
kosmos_garage::default
|
|
kosmos_garage::firewall_rpc
|
|
)
|