Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dockpack/base_rsyslog

📃Ansible role for CIS compliant setup of syslog clients and and server
https://github.com/dockpack/base_rsyslog

ansible-role cis-benchmark security-automation

Last synced: about 1 month ago
JSON representation

📃Ansible role for CIS compliant setup of syslog clients and and server

Awesome Lists containing this project

README

        

# base_rsyslog

## Ansible role to configure rsyslog in a C2S compliant way.
- Includes CIS benchmark verification with Molecule.
- Includes an end-to-end test with a client and server docker network.
- Configures client and server with self-signed
- Logs remote machines in their own directory

## TLS

- the `molecule/default/prepare.yml` playbook generates a self-signed cert for testing.
- define `syslog_cert` as the basename of your certificate, the role assumes `.crt` as file extension.
- place the CA or self-signed certificate in the files directory next to your playbook.