forked from ansible-lockdown/RHEL9-CIS
Added OracleLinux support
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
3de7cd2f56
commit
e04da88df4
2 changed files with 5 additions and 0 deletions
|
|
@ -112,6 +112,7 @@
|
|||
when:
|
||||
- rhel9cis_rule_1_2_4
|
||||
- not rhel9cis_rhel_default_repo or ansible_distribution != 'RedHat'
|
||||
- ansible_distribution != 'OracleLinux'
|
||||
tags:
|
||||
- level1-server
|
||||
- level1-workstation
|
||||
|
|
|
|||
4
vars/OracleLinux.yml
Normal file
4
vars/OracleLinux.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# OS Specific Settings
|
||||
os_gpg_key_pubkey_name: gpg-pubkey-8d8b756f-629e59ec
|
||||
os_gpg_key_pubkey_content: "Oracle Linux (release key 1) <secalert_us@oracle.com>"
|
||||
Loading…
Add table
Add a link
Reference in a new issue