Skip to content

Black-Cockpit/cis-hardening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - hasnimehdi91.cis_hardening

This collection provides roles for cis benchmark.

Installation

Requirements: python 3, ansible-8.6.1 or higher version

ansible-galaxy collection install hasnimehdi91.cis_hardening

Usage

- name: System hardening
  hosts: all
  gather_facts: yes
  any_errors_fatal: yes
  become: yes
  roles:
  - name: hasnimehdi91.cis_hardening.linux
    vars:
      audit_only: false
      levels:
      - server_level_1
ansible-playbook playbook.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published