From feda6f09489cb2c13c440dd497c65256f4f6009a Mon Sep 17 00:00:00 2001 From: Antonio Paya Date: Thu, 21 May 2020 15:44:09 +0200 Subject: [PATCH] Updated REAMDE.md --- README.md | 27 ++++++++++++++++++++++----- playbook.yml | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f93e711..f937d0c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/playbook.yml b/playbook.yml index 37c8124..6e1e543 100644 --- a/playbook.yml +++ b/playbook.yml @@ -6,4 +6,4 @@ become: yes roles: - - Ubuntu-18.04-CIS-Hardering \ No newline at end of file + - egida-role-cis \ No newline at end of file