summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-12 19:01:01 +0300
committerheqnx <root@heqnx.com>2025-07-12 19:01:01 +0300
commit79b262d6e75ad3ad7c2522a490446c4b72dc6232 (patch)
tree4ec39d9322fe41f3d25121fdf242d92e53dea21c
parent3de09dfe0bbc6373b336ed1bc1612bce0bde88de (diff)
downloadansible-active-directory-range-79b262d6e75ad3ad7c2522a490446c4b72dc6232.tar.gz
ansible-active-directory-range-79b262d6e75ad3ad7c2522a490446c4b72dc6232.zip
added small readmeHEADmain
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4ebb04..236b28c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,15 @@
+# source repo .gitlab-ci.yml
+# requires a project access token (Project > Settings > Access tokens):
+# - TOKEN with read_repository, write_repository; Role: Maintainer
+#
+# disable protected branch for Maintainer (Project > Settings > Repository):
+# - main branch allowed to merge, allowed to push and merge maintainer; allowed to force push on
+#
+# requires the following gitlab variables (Project > Settings > CI/CD > Variables):
+# - REPO_NAME: gitlab.com/<user>/<repo_name> (Protected, Masked, Expanded)
+# - SOURCE_REPO: https://cgit.example.com/<repo_name> (Protected, Masked, Expanded)
+# - TOKEN: <project access token> (Protected, Masked, Expanded)
+#
stages:
- mirror