chef/roles/ipfs_cluster_with_tls.rb
2018-08-16 16:01:24 +02:00

16 lines
206 B
Ruby

name "ipfs_cluster_with_tls"
run_list %w(
kosmos-ipfs
kosmos-ipfs::cluster
kosmos-ipfs::letsencrypt
)
override_attributes(
'kosmos-ipfs' => {
'nginx' => {
'api_port' => 9095
}
}
)