aboutsummaryrefslogtreecommitdiffstats
path: root/gitlab-ci-generator.yml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:02:29 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:37:03 +0200
commit81ccf6da68a2861666c88d62fc3ea1b4243419c6 (patch)
tree3657e6fbf5518f37e995168e7a4adfa0e4a3707e /gitlab-ci-generator.yml
parentdbd0a11229207f99c1b515b88a5b58e21f23922d (diff)
[GITLAB] Initial content for gitlab project chained-ci
Issue-ID: INT-2150 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id5dc270b6a7c25189b4e09c4227b806323711d72
Diffstat (limited to 'gitlab-ci-generator.yml')
-rw-r--r--gitlab-ci-generator.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/gitlab-ci-generator.yml b/gitlab-ci-generator.yml
new file mode 100644
index 0000000..844b100
--- /dev/null
+++ b/gitlab-ci-generator.yml
@@ -0,0 +1,7 @@
+---
+- hosts: all
+ connection: local
+ gather_facts: false
+ any_errors_fatal: true
+ roles:
+ - role: gitlab-ci-generator