mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Prettified Code!
This commit is contained in:
parent
787ac9bd54
commit
a08a057f7b
4 changed files with 8 additions and 0 deletions
|
@ -22,7 +22,9 @@ Further information is available at [Deutsche Telekom (German)](http://www.telek
|
|||
- python-jmespath on the ansible host
|
||||
|
||||
<!-- BEGIN_ANSIBLE_DOCS -->
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
- EL
|
||||
- 7, 8, 9
|
||||
- Ubuntu
|
||||
|
|
|
@ -15,7 +15,9 @@ It works with the following nginx-roles, including, but not limited to:
|
|||
**NOTE: This role does not work with nginx 1.0.15 or older! Please use the latest version from the official nginx repositories!**
|
||||
|
||||
<!-- BEGIN_ANSIBLE_DOCS -->
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
- EL
|
||||
- 7, 8, 9
|
||||
- Ubuntu
|
||||
|
|
|
@ -54,7 +54,9 @@ We disable the following filesystems, because they're most likely not used:
|
|||
To prevent some of the filesystems from being disabled, add them to the `os_filesystem_whitelist` variable.
|
||||
|
||||
<!-- BEGIN_ANSIBLE_DOCS -->
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
- EL
|
||||
- 7, 8, 9
|
||||
- Ubuntu
|
||||
|
|
|
@ -9,7 +9,9 @@ This role provides secure ssh-client and ssh-server configurations. It is intend
|
|||
Warning: This role disables root-login on the target server! Please make sure you have another user with su or sudo permissions that can login into the server.
|
||||
|
||||
<!-- BEGIN_ANSIBLE_DOCS -->
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
- EL
|
||||
- 7, 8, 9
|
||||
- Ubuntu
|
||||
|
|
Loading…
Reference in a new issue