Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.11 KB

linux-hardening

status

This role hardens linux hosts (Centos, Ubuntu, and Amazon Linux). It follows the CIS standards, although it doesn't do everything that is recommended.

Requirements

None

Role Variables

There are a number of variables defined in the defaults and vars directories, but none of them should need to be updated in order to run properly.

Dependencies

There are no dependencies for this role.

Installation Instructions

To install this role in your local ansible directory, run the ansible-galaxy command to add the role:

$ ansible-galaxy install blackbaud.linux-hardening

Example Playbook

Include the role in your playbook to harden your linux servers:

- hosts: servers
  roles:
     - blackbaud.linux-hardening

License

MIT

Author Information

Blackbaud Created in 2016 by Blackbaud