项目作者: softasap

项目描述 :
Lynis是UNIX衍生产品的安全审计工具。开源软件,是CISOfy的Lynis Enterprise产品的一部分。协助合规性测试(HIPAA / ISO27001 / PCI DSS)和系统强化。无代理
高级语言: Shell
项目地址: git://github.com/softasap/sa-secure-audit-lynis.git


sa-secure-audit-lynis

Build Status

Lynis is a security auditing tool for UNIX derivatives. Open source software, part of CISOfy’s Lynis Enterprise product. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless.

Example of use: check box-example

Installation is done via git, thus version update is achieved by git pull

Simple:

  1. - {
  2. role: "sa-secure-audit-lynis"
  3. }

Advanced:

tool will try to install mailutils, if they are not installed. To gain more control over your system,
I would recommend configure system for mail sending in advance, rather than rely on defaults.
sa-postfix is one of the possible roles, included in box-example

  1. - {
  2. role: "sa-postfix",
  3. tags: ["create", "update"]
  4. }
  5. - {
  6. role: "sa-secure-audit-lynis",
  7. option_install_git: false,
  8. lynis_version: "2.4.0",
  9. lynis_user: lynis
  10. }

Using lynis:

  1. sudo lynis audit system

Usage with ansible galaxy workflow

If you installed the sa-secure-audit-lynis role using the command

ansible galaxy install softasap.sa-secure-audit-lynis

the role will be available in the folder library\softasap.sa-secure-audit-lynis.
Please adjust the path accordingly.

  1. - {
  2. role: "softasap.sa-secure-audit-lynis"
  3. }

Code is dual licensed under the [BSD 3 clause] (https://opensource.org/licenses/BSD-3-Clause) and the [MIT License] (http://opensource.org/licenses/MIT). Choose the one that suits you best.

Reach us:

Subscribe for roles updates at [FB] (https://www.facebook.com/SoftAsap/)

Join gitter discussion channel at Gitter

Discover other roles at http://www.softasap.com/roles/registry_generated.html

visit our blog at http://www.softasap.com/blog/archive.html