Skip to content

Commit

Permalink
Updated REAMDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopaya22 committed May 21, 2020
1 parent 67ce343 commit feda6f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,32 @@

[EGIDA](https://github.com/antonioalfa22/egida) Ansible CIS Benchmarks Role.

## Lynis scores
## Introduction

This role was developed and tested against Ubuntu Linux 16.04 LTS and 18.04 LTS.

The CIS Benchmarks used for this repository can be found at [CIS Center for Intenet Security](https://www.cisecurity.org/cis-benchmarks/).

Initial Lynis score: 62%
## Example Playbook

> With All + Extras
```yaml
---

- name: Harden Server
hosts: localhost
connection: local
become: yes

roles:
- egida-role-cis
```
## Lynis scores
Lynis score: 83%
* Initial Lynis score: 62%
* Lynis score with All + Extras: 83%
## Exclusions
## CIS Benchmarks Exclusions
### 1 Initial setup
Expand Down
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
become: yes

roles:
- Ubuntu-18.04-CIS-Hardering
- egida-role-cis

0 comments on commit feda6f0

Please sign in to comment.