Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoca/ansible_rsyslog_role
role to install rsyslog from rsyslog.org
https://github.com/bcoca/ansible_rsyslog_role
Last synced: about 2 months ago
JSON representation
role to install rsyslog from rsyslog.org
- Host: GitHub
- URL: https://github.com/bcoca/ansible_rsyslog_role
- Owner: bcoca
- License: gpl-2.0
- Created: 2014-08-24T23:36:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T23:43:06.000Z (over 10 years ago)
- Last Synced: 2024-10-25T18:55:07.305Z (3 months ago)
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Role Name
=========Installs and configures rsyslog directly from rsyslog.com repos
Requirements
------------None
Role Variables
--------------Selects the version of the repo, which determines version installed (check rsyslog.com for valid values):
rsyslog_repo_version: v7-stable
You can set ElasticSearch with these:
# ES defaults
elasticsearch_server: localhost
elasticsearch_port: 9200
elasticsearch_rsyslog_queue_size: 5000
elasticsearch_rsyslog_batch_size: 300Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- { role: rsyslog }License
-------GPLv2