Skip to content

Commit

Permalink
Update Readme file 馃摑
Browse files Browse the repository at this point in the history
  • Loading branch information
alivx committed Jan 11, 2021
1 parent 6e93297 commit c89659d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,14 @@ ansible-playbook -i host run.yaml -t section2 -t 6.1.1
* Note:
When run an individual task be sure from the dependencies between tasks, for example, if you run tag **4.1.1.2 Ensure auditd service is enabled** before running **4.1.1.1 Ensure auditd is installed** you will get an error at the run time.

Points with ~~Tilda~~ not implemented yet, currently I'm working on it.


* Points with ~~Tilda~~ not implemented yet, currently I'm working on it.
* make sure to select one time service, for me I use ntp, but you can use other service such as [`systemd-timesyncd`,`ntp`,`chrony`] under the settings `defaults/main.yaml`
> Testing
> 11/1/2020 Tested on AWS EC2 ubuntu 20.04 LTS [Pass]
> 11/1/2020 Tested on local Ubuntu 20.04 LTS server [Pass]
* Before run make sure to update user list under `defaults/main.yaml` on `list_of_os_users` + `allowed_users`
* `Make` sure to set the right subnet under `defaults/main.yaml` on `allowd_hosts`

_________________

Expand Down Expand Up @@ -200,9 +204,9 @@ _________________

**1.5 Secure Boot Settings**

- ~~1.5.1 Ensure bootloader password is set (Automated)~~
- 1.5.1 Ensure bootloader password is set (Automated)
- 1.5.2 Ensure permissions on bootloader config are configured - (Automated)
- ~~1.5.3 Ensure authentication required for single user mode (Automated)~~
- 1.5.3 Ensure authentication required for single user mode (Automated)

**1.6 Additional Process Hardening**
- 1.6.1 Ensure XD/NX support is enabled (Automated)
Expand Down Expand Up @@ -235,8 +239,8 @@ _________________
- 2.2 Special Purpose Services
- 2.2.1 Time Synchronization
- 2.2.1.1 Ensure time synchronization is in use (Automated)
- ~~2.2.1.2 Ensure systemd-timesyncd is configured (Manual)~~
- ~~2.2.1.3 Ensure chrony is configured (Automated)~~
- 2.2.1.2 Ensure systemd-timesyncd is configured (Manual)
- 2.2.1.3 Ensure chrony is configured (Automated)
- 2.2.1.4 Ensure ntp is configured (Automated)
- 2.2.2 Ensure X Window System is not installed (Automated)
- 2.2.3 Ensure Avahi Server is not installed (Automated)
Expand Down

0 comments on commit c89659d

Please sign in to comment.