Move Mastodon nginx to proxy/LB

This commit is contained in:
Râu Cao 2022-11-30 12:07:54 +01:00
parent f3ca307e64
commit 5d05d5c187
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
3 changed files with 12 additions and 16 deletions

View File

@ -1,5 +1,6 @@
{
"name": "fornax.kosmos.org",
"chef_environment": "production",
"normal": {
"knife_zero": {
"host": "10.1.1.147"
@ -25,18 +26,25 @@
"kosmos-base::default",
"kosmos_kvm::host",
"kosmos_kvm::backup",
"tor-full",
"tor-full::default",
"kosmos_assets::nginx_site",
"kosmos_discourse::nginx",
"kosmos_drone::nginx",
"kosmos_gitea::nginx",
"kosmos_website",
"kosmos_website::default",
"kosmos-ejabberd::nginx",
"kosmos-akkounts::nginx_api",
"kosmos-ejabberd::nginx",
"kosmos-hubot::nginx_botka_irc-libera-chat",
"kosmos-hubot::nginx_hal8000_xmpp",
"kosmos-ipfs::nginx_public_gateway",
"kosmos-mastodon::nginx",
"remotestorage_discourse::nginx",
"kosmos_garage",
"kosmos_garage::default",
"kosmos_garage::firewall_rpc",
"kosmos_garage::nginx_web",
"kosmos_zerotier::controller",
"kosmos_zerotier::firewall",
"kosmos_zerotier::zncui",

View File

@ -24,7 +24,6 @@
"kosmos_postgresql::hostsfile",
"kosmos-mastodon",
"kosmos-mastodon::default",
"kosmos-mastodon::nginx",
"kosmos-mastodon::backup",
"apt::default",
"timezone_iii::default",
@ -56,24 +55,14 @@
"redisio::disable_os_default",
"redisio::configure",
"redisio::enable",
"firewall::default",
"chef-sugar::default",
"nodejs::npm",
"nodejs::install",
"kosmos-nginx::default",
"nginx::default",
"nginx::package",
"nginx::ohai_plugin",
"nginx::repo",
"nginx::commons",
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"tor-full::default",
"backup::default",
"logrotate::default",
"git::default",
"git::package",
"kosmos-base::letsencrypt"
"git::package"
],
"platform": "ubuntu",
"platform_version": "20.04",

View File

@ -3,6 +3,5 @@ name "mastodon"
run_list %w(
role[postgresql_client]
kosmos-mastodon
kosmos-mastodon::nginx
kosmos-mastodon::backup
)