Update submodules, adding MinIO role

This commit is contained in:
Eric Meehan 2025-11-08 12:13:12 -05:00
parent d94e595f21
commit 987a6cada4
10 changed files with 33 additions and 3 deletions

12
.gitmodules vendored
View File

@ -34,3 +34,15 @@
[submodule "roles/ericomeehan.wikideck"]
path = roles/ericomeehan.wikideck
url = git@gitea.eom.dev:WikiDeck/ansible-role-wikideck.git
[submodule "roles/ericomeehan.localai"]
path = roles/ericomeehan.localai
url = git@gitea.eom.dev:DevOps/ansible-role-localai.git
[submodule "roles/ericomeehan.localagi"]
path = roles/ericomeehan.localagi
url = git@gitea.eom.dev:DevOps/ansible-role-localagi.git
[submodule "roles/ericomeehan.localrecall"]
path = roles/ericomeehan.localrecall
url = git@gitea.eom.dev:DevOps/ansible-role-localrecall.git
[submodule "roles/ericomeehan.minio"]
path = roles/ericomeehan.minio
url = git@gitea.eom.dev:DevOps/ansible-role-minio.git

7
localai.yaml Normal file
View File

@ -0,0 +1,7 @@
- name: Execute test
hosts: alpha-control-plane
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.localai

7
minio.yaml Normal file
View File

@ -0,0 +1,7 @@
- name: Execute test
hosts: alpha-control-plane
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.minio

@ -1 +1 @@
Subproject commit 460fdedf50740c57bef69f131cee361eb3c018c9
Subproject commit 92a024d74467e16337a795ac48ad6aab19535da1

@ -0,0 +1 @@
Subproject commit 33875aa8996665cd8b75204e76ec7c0f1e20b7bc

@ -0,0 +1 @@
Subproject commit b533423c05535d41e25214b191a0389c8c7a78d4

@ -0,0 +1 @@
Subproject commit f5ba90c64d20a4678dffd428e4ea80fc07dfa336

@ -1 +1 @@
Subproject commit ba8fa9ab668a9820eee92103da364042455c5fc2
Subproject commit 014aa3e8da9c02ab78c1ff8d30b03b298018fef4

@ -0,0 +1 @@
Subproject commit d4ca4d79a80a46cff04ace7dbf190edf711fe230

@ -1 +1 @@
Subproject commit 4fa1d9e2d447319a098a7d8cf8a799c20b73d6f6
Subproject commit 137e8279dbe357a75838deb96f473dd15c9816d0