https://github.com/dockpack/base_line
Additional hardening
https://github.com/dockpack/base_line
hacktoberfest
Last synced: 4 months ago
JSON representation
Additional hardening
- Host: GitHub
- URL: https://github.com/dockpack/base_line
- Owner: dockpack
- License: mit
- Created: 2023-03-24T17:57:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T19:45:08.000Z (over 2 years ago)
- Last Synced: 2025-02-27T15:58:52.703Z (over 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://workbench.cisecurity.org/
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base_line
=========
This amends ansible-lockdown/RHEL8-CIS
Requirements
------------
RHEL8 or derivative. Root privileges with sudo.
Role Variables
--------------
Dependencies
------------
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
```yaml
#!/usr/bin/env ansible-playbook
---
- name: Hardening
hosts: all
become: true
gather_facts: true
vars:
rhel8cis_rule_5_3_4: false
roles:
- RHEL8-CIS
- base_line
```