Skip to content

cestinger/saltstack-cis-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIS compliance module

This module was designed to help facilitate compliance with the CIS standard.

maintainer:Christer Edwards (cedwards@adobe.com)
maturity:20150901
depends:none
platform:centos 6/7

Currently this module supports CentOS 6 / 7, and only validates "Level 1 (Scored)" items.

Installation

Place the cis.py module file into your salt/_modules directory and sync the module to the required minions.

salt '*' saltutil.sync_modules

Usage

This module can run one, many or all checks as defined in the CIS standard. Examples respectively:

salt '*' cis.audit_1_1_1
salt '*' cis.audit_1_1 [details=True]
salt '*' cis.audit [details=True]

About

CIS security audit execution module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%