From 3dde4b1c786a2c33224dec54e3ec751ef0b76fcf Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Wed, 15 Nov 2023 10:46:38 +0200 Subject: [PATCH] Adding CI file Signed-off-by: Ionut Pruteanu --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..cc8662e --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +include: + - project: 'cybersecurity/automated_hardening_tech/sfera_automation_pipeline' + # Do not forget to also set the correct pipeline branch below in the first variable!!! + ref: &pipeline_branch master + file: 'pipeline_for_include_ansible.yml' + +variables: + # Basic data + # Require branch of pipeline so as to include correct version of resources + PIPELINE_BRANCH: *pipeline_branch + BASELINE_FOLDER_NAME: ANSIBLE_CIS_RHEL_9 \ No newline at end of file