https://github.com/firehed/ansible-papertrail
Ansible role: Set up logging to Papertrail
https://github.com/firehed/ansible-papertrail
Last synced: 5 months ago
JSON representation
Ansible role: Set up logging to Papertrail
- Host: GitHub
- URL: https://github.com/firehed/ansible-papertrail
- Owner: Firehed
- Created: 2015-10-28T22:29:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T23:41:46.000Z (over 10 years ago)
- Last Synced: 2025-04-07T20:53:12.135Z (about 1 year ago)
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Papertrail Logging Configuration
=========
This configures remote logging to Papertrail (papertrailapp.com). Secure transmission with TLS will always be set up.
Requirements
------------
Currently this is only tested on CentOS7 that uses rsyslogd for syslog. Support
for other systems can be added by pull requests.
Role Variables
--------------
`papertrail_host:` URL and port provided by Papertrail. This can be found at https://papertrailapp.com/systems/setup when logged in.
Dependencies
------------
None
Example Playbook
----------------
- hosts: servers
roles:
- role: Firehed.papertrail
papertrail_host: logs.papertrailapp.com:12345
License
-------
MIT