From a5f0fcc1bfb8b38cb048430df9d11575f1bd1c48 Mon Sep 17 00:00:00 2001 From: LeeW Date: Thu, 13 Feb 2025 17:05:58 +0100 Subject: [PATCH] adds initial roles --- roles/admin/.gitignorre | 0 roles/admin/claus.paetow@netgo.de.gpg.pub | 1 + roles/admin/hoan.to@netgo.de.gpg.pub | 1 + roles/admin/lee.watson@netgo.de.gpg.pub | 1 + roles/admin/michael.haehnel@netgo.de.gpg.pub | 1 + roles/automation/.gitignore | 0 roles/automation/smardigo_automation_buildinfra.gpg.pub | 1 + roles/automation/smardigo_automation_demompmx.gpg.pub | 1 + roles/automation/smardigo_automation_dev.gpg.pub | 1 + roles/automation/smardigo_automation_devnso-adp.gpg.pub | 1 + roles/automation/smardigo_automation_devnso.gpg.pub | 1 + roles/automation/smardigo_automation_poc_workload01.gpg.pub | 1 + roles/automation/smardigo_automation_prodnso.gpg.pub | 1 + roles/automation/smardigo_automation_qa.gpg.pub | 1 + roles/automation/smardigo_automation_qanso.gpg.pub | 1 + roles/automation/smardigo_automation_rancher_poc.gpg.pub | 1 + roles/automation/smardigo_automation_sot.gpg.pub | 1 + roles/automation/smardigo_automation_sot_test.gpg.pub | 1 + roles/automation/smardigo_automation_sspdev.gpg.pub | 1 + roles/devnso-adp-argocd/.gitignore | 0 roles/devnso-adp-argocd/frederik.marticke@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/hoan.to@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/kevin.bauske@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/kleanthis.damianidis@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/lee.watson@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/michael.haehnel@netgo.de.gpg.pub | 1 + roles/devnso-adp-argocd/smardigo_automation_devnso-adp.gpg.pub | 1 + 27 files changed, 24 insertions(+) create mode 100644 roles/admin/.gitignorre create mode 120000 roles/admin/claus.paetow@netgo.de.gpg.pub create mode 120000 roles/admin/hoan.to@netgo.de.gpg.pub create mode 120000 roles/admin/lee.watson@netgo.de.gpg.pub create mode 120000 roles/admin/michael.haehnel@netgo.de.gpg.pub create mode 100644 roles/automation/.gitignore create mode 120000 roles/automation/smardigo_automation_buildinfra.gpg.pub create mode 120000 roles/automation/smardigo_automation_demompmx.gpg.pub create mode 120000 roles/automation/smardigo_automation_dev.gpg.pub create mode 120000 roles/automation/smardigo_automation_devnso-adp.gpg.pub create mode 120000 roles/automation/smardigo_automation_devnso.gpg.pub create mode 120000 roles/automation/smardigo_automation_poc_workload01.gpg.pub create mode 120000 roles/automation/smardigo_automation_prodnso.gpg.pub create mode 120000 roles/automation/smardigo_automation_qa.gpg.pub create mode 120000 roles/automation/smardigo_automation_qanso.gpg.pub create mode 120000 roles/automation/smardigo_automation_rancher_poc.gpg.pub create mode 120000 roles/automation/smardigo_automation_sot.gpg.pub create mode 120000 roles/automation/smardigo_automation_sot_test.gpg.pub create mode 120000 roles/automation/smardigo_automation_sspdev.gpg.pub create mode 100644 roles/devnso-adp-argocd/.gitignore create mode 120000 roles/devnso-adp-argocd/frederik.marticke@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/hoan.to@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/kevin.bauske@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/kleanthis.damianidis@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/lee.watson@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/michael.haehnel@netgo.de.gpg.pub create mode 120000 roles/devnso-adp-argocd/smardigo_automation_devnso-adp.gpg.pub diff --git a/roles/admin/.gitignorre b/roles/admin/.gitignorre new file mode 100644 index 0000000..e69de29 diff --git a/roles/admin/claus.paetow@netgo.de.gpg.pub b/roles/admin/claus.paetow@netgo.de.gpg.pub new file mode 120000 index 0000000..2dfa1ff --- /dev/null +++ b/roles/admin/claus.paetow@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../claus.paetow@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/admin/hoan.to@netgo.de.gpg.pub b/roles/admin/hoan.to@netgo.de.gpg.pub new file mode 120000 index 0000000..61b1995 --- /dev/null +++ b/roles/admin/hoan.to@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../hoan.to@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/admin/lee.watson@netgo.de.gpg.pub b/roles/admin/lee.watson@netgo.de.gpg.pub new file mode 120000 index 0000000..e9b0fff --- /dev/null +++ b/roles/admin/lee.watson@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../lee.watson@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/admin/michael.haehnel@netgo.de.gpg.pub b/roles/admin/michael.haehnel@netgo.de.gpg.pub new file mode 120000 index 0000000..bd57eea --- /dev/null +++ b/roles/admin/michael.haehnel@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../michael.haehnel@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/automation/.gitignore b/roles/automation/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/roles/automation/smardigo_automation_buildinfra.gpg.pub b/roles/automation/smardigo_automation_buildinfra.gpg.pub new file mode 120000 index 0000000..521d4a1 --- /dev/null +++ b/roles/automation/smardigo_automation_buildinfra.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_buildinfra.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_demompmx.gpg.pub b/roles/automation/smardigo_automation_demompmx.gpg.pub new file mode 120000 index 0000000..46a8934 --- /dev/null +++ b/roles/automation/smardigo_automation_demompmx.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_demompmx.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_dev.gpg.pub b/roles/automation/smardigo_automation_dev.gpg.pub new file mode 120000 index 0000000..7c47a1b --- /dev/null +++ b/roles/automation/smardigo_automation_dev.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_dev.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_devnso-adp.gpg.pub b/roles/automation/smardigo_automation_devnso-adp.gpg.pub new file mode 120000 index 0000000..8e0e935 --- /dev/null +++ b/roles/automation/smardigo_automation_devnso-adp.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_devnso-adp.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_devnso.gpg.pub b/roles/automation/smardigo_automation_devnso.gpg.pub new file mode 120000 index 0000000..d5bb67b --- /dev/null +++ b/roles/automation/smardigo_automation_devnso.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_devnso.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_poc_workload01.gpg.pub b/roles/automation/smardigo_automation_poc_workload01.gpg.pub new file mode 120000 index 0000000..ae2c3c5 --- /dev/null +++ b/roles/automation/smardigo_automation_poc_workload01.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_poc_workload01.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_prodnso.gpg.pub b/roles/automation/smardigo_automation_prodnso.gpg.pub new file mode 120000 index 0000000..6cfda70 --- /dev/null +++ b/roles/automation/smardigo_automation_prodnso.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_prodnso.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_qa.gpg.pub b/roles/automation/smardigo_automation_qa.gpg.pub new file mode 120000 index 0000000..0efe2f0 --- /dev/null +++ b/roles/automation/smardigo_automation_qa.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_qa.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_qanso.gpg.pub b/roles/automation/smardigo_automation_qanso.gpg.pub new file mode 120000 index 0000000..fddec7b --- /dev/null +++ b/roles/automation/smardigo_automation_qanso.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_qanso.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_rancher_poc.gpg.pub b/roles/automation/smardigo_automation_rancher_poc.gpg.pub new file mode 120000 index 0000000..6b4ee8a --- /dev/null +++ b/roles/automation/smardigo_automation_rancher_poc.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_rancher_poc.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_sot.gpg.pub b/roles/automation/smardigo_automation_sot.gpg.pub new file mode 120000 index 0000000..81c8367 --- /dev/null +++ b/roles/automation/smardigo_automation_sot.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_sot.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_sot_test.gpg.pub b/roles/automation/smardigo_automation_sot_test.gpg.pub new file mode 120000 index 0000000..fe2cceb --- /dev/null +++ b/roles/automation/smardigo_automation_sot_test.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_sot_test.gpg.pub \ No newline at end of file diff --git a/roles/automation/smardigo_automation_sspdev.gpg.pub b/roles/automation/smardigo_automation_sspdev.gpg.pub new file mode 120000 index 0000000..1c05a5d --- /dev/null +++ b/roles/automation/smardigo_automation_sspdev.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_sspdev.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/.gitignore b/roles/devnso-adp-argocd/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/roles/devnso-adp-argocd/frederik.marticke@netgo.de.gpg.pub b/roles/devnso-adp-argocd/frederik.marticke@netgo.de.gpg.pub new file mode 120000 index 0000000..4ff054a --- /dev/null +++ b/roles/devnso-adp-argocd/frederik.marticke@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../frederik.marticke@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/hoan.to@netgo.de.gpg.pub b/roles/devnso-adp-argocd/hoan.to@netgo.de.gpg.pub new file mode 120000 index 0000000..61b1995 --- /dev/null +++ b/roles/devnso-adp-argocd/hoan.to@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../hoan.to@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/kevin.bauske@netgo.de.gpg.pub b/roles/devnso-adp-argocd/kevin.bauske@netgo.de.gpg.pub new file mode 120000 index 0000000..1f6c1dc --- /dev/null +++ b/roles/devnso-adp-argocd/kevin.bauske@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../kevin.bauske@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/kleanthis.damianidis@netgo.de.gpg.pub b/roles/devnso-adp-argocd/kleanthis.damianidis@netgo.de.gpg.pub new file mode 120000 index 0000000..8ae9e4d --- /dev/null +++ b/roles/devnso-adp-argocd/kleanthis.damianidis@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../kleanthis.damianidis@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/lee.watson@netgo.de.gpg.pub b/roles/devnso-adp-argocd/lee.watson@netgo.de.gpg.pub new file mode 120000 index 0000000..e9b0fff --- /dev/null +++ b/roles/devnso-adp-argocd/lee.watson@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../lee.watson@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/michael.haehnel@netgo.de.gpg.pub b/roles/devnso-adp-argocd/michael.haehnel@netgo.de.gpg.pub new file mode 120000 index 0000000..bd57eea --- /dev/null +++ b/roles/devnso-adp-argocd/michael.haehnel@netgo.de.gpg.pub @@ -0,0 +1 @@ +../../michael.haehnel@netgo.de.gpg.pub \ No newline at end of file diff --git a/roles/devnso-adp-argocd/smardigo_automation_devnso-adp.gpg.pub b/roles/devnso-adp-argocd/smardigo_automation_devnso-adp.gpg.pub new file mode 120000 index 0000000..8e0e935 --- /dev/null +++ b/roles/devnso-adp-argocd/smardigo_automation_devnso-adp.gpg.pub @@ -0,0 +1 @@ +../../smardigo_automation_devnso-adp.gpg.pub \ No newline at end of file