Add kosmos_strfry cookbook, configs

This commit is contained in:
2024-06-07 20:43:46 +02:00
parent 1a5f312699
commit dbccd9d2bf
10 changed files with 121 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ production_run_list = %w(
kosmos_liquor-cabinet::nginx
kosmos_rsk::nginx_testnet
kosmos_rsk::nginx_mainnet
kosmos_strfry::nginx
kosmos_website::default
kosmos-akkounts::nginx
kosmos-akkounts::nginx_api

6
roles/strfry.rb Normal file
View File

@@ -0,0 +1,6 @@
name "strfry"
run_list %w(
strfry::default
kosmos_strfry::firewall
)