Hide Forgot
Description of problem: In use-cases where ansible is used to manage configuration of machines it is difficult to start using openscap to remediate and put the machine in compliance. The bash remediations will work fine and temporarily put the machine in compliance but then ansible playbooks will be run and the machine will be set back. The solution is to change the ansible playbooks according to results of the scan. That way we can run oscap scan, get the ARF, generate Ansible playbook snippet and then change the playbook currently in use according to the snippet. To do that, SCAP Security Guide needs to provide Ansible remediations next to the bash remediations. Version-Release number of selected component (if applicable): 0.1.30 0.1.31 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
First part of the fix is upstream: https://github.com/OpenSCAP/scap-security-guide/pull/1731 Needs more work before all rules have ansible coverage. The work is extensive so moving to RHEL 7.5. RHEL 7.4 will most likely have this partially fixed.
A lot of pull requests related to this have been merged upstream. As of today (SSG commit 73b67988d92f9963e37f168f467bd2df1dc65e37) 82.40% of all bash fixes also have an Ansible counterpart. Setting this to POST as 80% ansible coverage was our goal. A partial list of PRs: - https://github.com/OpenSCAP/scap-security-guide/pull/2210 - https://github.com/OpenSCAP/scap-security-guide/pull/2156 - https://github.com/OpenSCAP/scap-security-guide/pull/2148 - https://github.com/OpenSCAP/scap-security-guide/pull/2146 - https://github.com/OpenSCAP/scap-security-guide/pull/2145 - https://github.com/OpenSCAP/scap-security-guide/pull/2134 - https://github.com/OpenSCAP/scap-security-guide/pull/2091 - https://github.com/OpenSCAP/scap-security-guide/pull/2090 - https://github.com/OpenSCAP/scap-security-guide/pull/2089 - https://github.com/OpenSCAP/scap-security-guide/pull/2087 - https://github.com/OpenSCAP/scap-security-guide/pull/2081 - https://github.com/OpenSCAP/scap-security-guide/pull/2080 - https://github.com/OpenSCAP/scap-security-guide/pull/2079 - https://github.com/OpenSCAP/scap-security-guide/pull/2034 - https://github.com/OpenSCAP/scap-security-guide/pull/2032 - https://github.com/OpenSCAP/scap-security-guide/pull/2011 - https://github.com/OpenSCAP/scap-security-guide/pull/2009 - https://github.com/OpenSCAP/scap-security-guide/pull/1988
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0761