Add a role to set up a cluster node with TLS

This commit is contained in:
Greg Karékinian 2018-08-16 16:01:24 +02:00
parent f626131868
commit 1f528a832d

View 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
}
}
)