Bundle main IPFS node recipes in a role
So we can find the VM/IP
This commit is contained in:
13
roles/ipfs_gateway.rb
Normal file
13
roles/ipfs_gateway.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
name "ipfs_gateway"
|
||||
|
||||
default_run_list = %w(
|
||||
kosmos-ipfs
|
||||
kosmos-ipfs::public_gateway
|
||||
kosmos-ipfs::kredits_pinner
|
||||
)
|
||||
|
||||
env_run_lists(
|
||||
'_default' => default_run_list,
|
||||
'development' => default_run_list,
|
||||
'production' => default_run_list
|
||||
)
|
||||
Reference in New Issue
Block a user