Skip to content

mscherer/ansible-role-rsyslog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible module used by OSAS to manage rsyslog.

Build Status

This role requires a dogtag instance, like the one setup by IPA in order to manage the TLS certificates used to export the log over TLS.

Example

This role can be used like this:

$ cat deploy_rsyslog.yml
- hosts: all
  roles:
  - role: rsyslog
    syslog_server: syslog.example.org

The role will detect it is running on the syslog server, and install all the configuration required for the master there.

Location of the logs

The log by default are placed in /srv/logs/. The directory must be created manually before use on the main server, and cannot be configured for now.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published