From 28e70fee890739f9da1e91b8dc4aecddb7052e0f Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 8 Feb 2024 14:50:07 +0930 Subject: [PATCH 1/2] feat(template): add itil runbook template this template has not yet been customized and is a copy of the project template !15 nofusscomputing/infrastructure/configuration-management/itil_runbooks!1 --- theme-overrides/itil_runbook.html | 63 +++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 theme-overrides/itil_runbook.html diff --git a/theme-overrides/itil_runbook.html b/theme-overrides/itil_runbook.html new file mode 100644 index 0000000..ae498f1 --- /dev/null +++ b/theme-overrides/itil_runbook.html @@ -0,0 +1,63 @@ +{% extends "base.html" %} + +{% block content %} + +{% if page.edit_url %} + + {% include ".icons/material/pencil.svg" %} + +{% endif %} + + + + +

{{ page.title }}

+ +
+ + + {{ page.content }} + + + + + +
+

About:

+

This page is part of our Project {{ config.repo_name }}.

+

+

Page Metadata
+ Version: ToDo: place files short git commit here
+ Date Created: {{ page.meta.date.strftime("%Y-%m-%d") }}
+ {% if page.meta.git_revision_date_localized %}Date Edited: {{ page.meta.git_revision_date_localized.replace("\n", "").replace("\r", "") }}
{% endif %} +

+ +
Contribution:
+

Would You like to contribute to our {{ config.repo_name }} project? You can assist in the following ways:

+ +

 

+

ToDo: Add the page list of contributors

+ +
+ +
+ +{% endblock %} -- 2.49.0 From 702df2eb27022fba8897415fbf0595e37a9be820 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 8 Feb 2024 14:56:06 +0930 Subject: [PATCH 2/2] feat(deploy): deploy updated to runbooks repo !15 nofusscomputing/infrastructure/configuration-management/itil_runbooks!1 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d05c58..8a813ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,4 +46,5 @@ Update Sub Repo: - SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/projects/docker-buildx-qemu - SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/projects/docker-glpi - SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/projects/gitlab-ci + - SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/infrastructure/configuration-management/itil_runbooks - SUBMODULE_UPDATE_TRIGGER_PROJECT: nofusscomputing/projects/kubernetes_monitoring -- 2.49.0