Move static sites from centaurus to fornax/LB

This commit is contained in:
2022-03-17 14:27:50 -06:00
parent 5e38edb57e
commit 4cd0149f76
5 changed files with 13 additions and 8 deletions

View File

@@ -77,11 +77,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_encfs]",
"recipe[kosmos_assets::nginx_site]",
"recipe[kosmos_kvm::host]",
"recipe[kosmos-ejabberd::firewall]",
"recipe[kosmos_website::default]",
"recipe[kosmos_zerotier::firewall]"
]
}

View File

@@ -12,15 +12,18 @@
"hostname": "fornax",
"ipaddress": "148.251.83.201",
"roles": [
"nginx_proxy"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::host",
"kosmos_assets::nginx_site",
"kosmos_discourse::nginx",
"kosmos_gitea::nginx",
"kosmos_drone::nginx",
"kosmos_gitea::nginx",
"kosmos_website",
"kosmos_website::default",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@@ -45,6 +48,8 @@
"nginx::commons_script",
"nginx::commons_conf",
"kosmos-nginx::firewall",
"git::default",
"git::package",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
@@ -67,4 +72,4 @@
"recipe[kosmos_kvm::host]",
"role[nginx_proxy]"
]
}
}