Added nextcloud submodule

This commit is contained in:
2026-05-28 15:52:36 -04:00
parent 9392d6cbf8
commit 6c9772c56a
5 changed files with 22 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -79,3 +79,9 @@
[submodule "roles/ericomeehan.ingress-nginx"]
path = roles/ericomeehan.ingress-nginx
url = git@gitea.eom.dev:DevOps/ansible-role-ingress-nginx.git
[submodule "roles/ericomeehan.prometheus"]
path = roles/ericomeehan.prometheus
url = git@gitea.eom.dev:DevOps/ansible-role-prometheus.git
[submodule "roles/ericomeehan.nextcloud"]
path = roles/ericomeehan.nextcloud
url = git@gitea.eom.dev:DevOps/ansible-role-nextcloud.git

7
nextcloud.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.nextcloud

7
prometheus.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.prometheus