chore(ollama): add Ollama module and job specification
This commit is contained in:
parent
2165540e58
commit
7a63a072b3
3 changed files with 56 additions and 0 deletions
4
main.tf
4
main.tf
|
@ -41,3 +41,7 @@ module "forgejo" {
|
|||
module "keycloak" {
|
||||
source = "./modules/keycloak"
|
||||
}
|
||||
|
||||
module "ollama" {
|
||||
source = "./modules/ollama"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue