Using as a base for organizational profile for compliance scanning #8272
-
Looking to see if it would be possible to extend existing content as a base to generate a custom internal organizational profile based on existing standard profiles but with unique values based on requirements set down by internal security & compliance. I realize I can accomplish some of this via tailoring files to scan but that did not appear to properly generate the Ansible playbooks or base scripts as it does with existing content. My goal is to obviously develop a repeatable and reliable method by which to maintain the requirements set forth by the organization that extends and expands on the already existing profiles but I also don't wish to do so from scratch so would like to leverage as much existing base material as possible so as not to reinvent the wheel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @jbouse , I believe you can achieve at least part of your goal via OpenSCAP tools. Once you already have a tailored file but not the Ansible playbooks, you can try to generate them with Does it help you? |
Beta Was this translation helpful? Give feedback.
Hi @jbouse , I believe you can achieve at least part of your goal via OpenSCAP tools. Once you already have a tailored file but not the Ansible playbooks, you can try to generate them with
oscap
:https://static.open-scap.org/openscap-1.3/oscap_user_manual.html#_generating_ansible_playbooks
Does it help you?