This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
esh/cinc-repo/policyfiles/ytb.rb

35 lines
653 B
Ruby
Raw Normal View History

2025-02-15 00:56:26 +09:00
name 'ytb'
###
# Cookbooks location
###
# ESH
default_source :chef_repo, '../cookbooks'
# Community
default_source :supermarket, 'https://supermarket.chef.io'
###
# Run List
###
run_list %w(
esh_docker::service
esh_piped::compose
)
###
# Attributes
###
###
# esh_piped
###
default['esh']['piped']['config']['proxy_hostname'] = 'ytb-proxy.benoit.jp.net'
default['esh']['piped']['config']['captcha_api_key'] = 'INSERT_HERE'
default['esh']['piped']['config']['backend_hostname'] = 'ytb-api.benoit.jp.net'
default['esh']['piped']['config']['frontend_hostname'] = 'ytb.benoit.jp.net'
default['esh']['piped']['config']['postgresql_password'] = ''