Prepare fornax and discourse-1 for the discourse migration

This commit is contained in:
Greg 2022-02-18 18:15:33 +01:00
parent e8f46db49c
commit 79f623de4e
2 changed files with 6 additions and 4 deletions

View File

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

View File

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