From 6c9772c56a3020073f4f291ef1bd2c68cb2c7c7b Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 28 May 2026 15:52:36 -0400 Subject: [PATCH] Added nextcloud submodule --- .gitmodules | 6 ++++++ nextcloud.yaml | 7 +++++++ prometheus.yaml | 7 +++++++ roles/ericomeehan.nextcloud | 1 + roles/ericomeehan.prometheus | 1 + 5 files changed, 22 insertions(+) create mode 100644 nextcloud.yaml create mode 100644 prometheus.yaml create mode 160000 roles/ericomeehan.nextcloud create mode 160000 roles/ericomeehan.prometheus diff --git a/.gitmodules b/.gitmodules index 207773f..ce063bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/nextcloud.yaml b/nextcloud.yaml new file mode 100644 index 0000000..ac277b9 --- /dev/null +++ b/nextcloud.yaml @@ -0,0 +1,7 @@ +- name: Execute test + hosts: alpha-control-plane + become: true + vars_files: + - ../secrets.yaml + roles: + - role: ericomeehan.nextcloud diff --git a/prometheus.yaml b/prometheus.yaml new file mode 100644 index 0000000..7cdcb95 --- /dev/null +++ b/prometheus.yaml @@ -0,0 +1,7 @@ +- name: Execute test + hosts: alpha-control-plane + become: true + vars_files: + - ../secrets.yaml + roles: + - role: ericomeehan.prometheus diff --git a/roles/ericomeehan.nextcloud b/roles/ericomeehan.nextcloud new file mode 160000 index 0000000..0e90090 --- /dev/null +++ b/roles/ericomeehan.nextcloud @@ -0,0 +1 @@ +Subproject commit 0e900905183ec49be0f1b5a2f58c6f42d44f7c0b diff --git a/roles/ericomeehan.prometheus b/roles/ericomeehan.prometheus new file mode 160000 index 0000000..a8a66bc --- /dev/null +++ b/roles/ericomeehan.prometheus @@ -0,0 +1 @@ +Subproject commit a8a66bca9d46e77f44a75c2cf3d799184629f9ef