Bundle main IPFS node recipes in a role
So we can find the VM/IP
This commit is contained in:
parent
1c17906a41
commit
37710be28b
@ -74,8 +74,6 @@
|
|||||||
"run_list": [
|
"run_list": [
|
||||||
"recipe[kosmos-base]",
|
"recipe[kosmos-base]",
|
||||||
"role[kvm_guest]",
|
"role[kvm_guest]",
|
||||||
"recipe[kosmos-ipfs]",
|
"role[ipfs_gateway]"
|
||||||
"recipe[kosmos-ipfs::public_gateway]",
|
|
||||||
"recipe[kosmos-ipfs::kredits_pinner]"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
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
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user