mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
12 lines
No EOL
482 B
YAML
12 lines
No EOL
482 B
YAML
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
|
|
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 |