Comment 3 for bug 1741225

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-hardening (master)

Reviewed: https://review.openstack.org/565959
Committed: https://git.openstack.org/cgit/openstack/ansible-hardening/commit/?id=1cafaf8cce7c36a1dd568e746d60fb5528285ce2
Submitter: Zuul
Branch: master

commit 1cafaf8cce7c36a1dd568e746d60fb5528285ce2
Author: Kevin Carter <email address hidden>
Date: Thu May 3 00:19:10 2018 -0500

    Add option to skip sudoers NOPASSWD check

    This change adds the option `security_sudoers_nopasswd_check_enable`
    when running check "V-71947". This change allows users to skip this
    check via ansible extra variable instead of having to skip tags. While
    this change has a functional benifit in some environments, it is being
    done with the primary intention of providing a better experience to
    deploying running clouds where services like cloud-init may be present.

    Change-Id: I0d0c95534ace0b00fa64c2f243ad91ce5844d85a
    Closes-Bug: #1741225
    Signed-off-by: Kevin Carter <email address hidden>