Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dockpack/base_rsyslog
- Owner: dockpack
- License: mit
- Created: 2019-12-06T15:31:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T16:37:00.000Z (11 months ago)
- Last Synced: 2024-11-11T21:08:12.788Z (3 months ago)
- Topics: ansible-role, cis-benchmark, security-automation
- Language: Jinja
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.