Migrate Discourse to new VM on fornax #389

Merged
raucao merged 11 commits from chore/migrate_discourse into master 2022-02-18 19:02:49 +00:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit 79f623de4e - Show all commits

View File

@@ -48,6 +48,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[discourse]"
] ]
} }

View File

@@ -49,6 +49,7 @@
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]", "recipe[kosmos-base]",
"recipe[kosmos_kvm::host]" "recipe[kosmos_kvm::host]",
"recipe[kosmos_discourse::nginx]"
] ]
} }