https://github.com/debops/ansible-rsyslog
Manage rsyslog configuration
https://github.com/debops/ansible-rsyslog
Last synced: about 1 year ago
JSON representation
Manage rsyslog configuration
- Host: GitHub
- URL: https://github.com/debops/ansible-rsyslog
- Owner: debops
- License: gpl-3.0
- Created: 2014-09-01T00:28:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T13:39:31.000Z (over 3 years ago)
- Last Synced: 2023-08-18T00:28:15.695Z (almost 3 years ago)
- Size: 80.1 KB
- Stars: 14
- Watchers: 7
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) rsyslog
[](http://travis-ci.org/debops/ansible-rsyslog)
[](https://github.com/debops/test-suite/tree/master/ansible-rsyslog/)
[](https://galaxy.ansible.com/debops/rsyslog)
The [rsyslog](http://rsyslog.com/) package is used to read, process, store
and forward system logs in different ways, on local or remote systems. The
`debops.rsyslog` role can be used to easily configure log forwarding to
a central log server, as well as store logs on the filesystem or other storage
backends.
### Installation
This role requires at least Ansible `v2.0.0`. To install it, run:
```Shell
ansible-galaxy install debops.rsyslog
```
### Documentation
More information about `debops.rsyslog` can be found in the
[official debops.rsyslog documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-rsyslog/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`rsyslog` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).