Add a role to set up a cluster node with TLS
This commit is contained in:
parent
f626131868
commit
1f528a832d
15
roles/ipfs_cluster_with_tls.rb
Normal file
15
roles/ipfs_cluster_with_tls.rb
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name "ipfs_cluster_with_tls"
|
||||||
|
|
||||||
|
run_list %w(
|
||||||
|
kosmos-ipfs
|
||||||
|
kosmos-ipfs::cluster
|
||||||
|
kosmos-ipfs::letsencrypt
|
||||||
|
)
|
||||||
|
|
||||||
|
override_attributes(
|
||||||
|
'kosmos-ipfs' => {
|
||||||
|
'nginx' => {
|
||||||
|
'api_port' => 9095
|
||||||
|
}
|
||||||
|
}
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user