mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
Adding CI file
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
068c45f509
commit
3dde4b1c78
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue