diff --git a/roles/ipfs_cluster_with_tls.rb b/roles/ipfs_cluster_with_tls.rb new file mode 100644 index 0000000..70e3901 --- /dev/null +++ b/roles/ipfs_cluster_with_tls.rb @@ -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 + } + } +)