Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikepruett3/ansible-role-logging
Ansible role to configure System Logging on Linux Servers.
https://github.com/mikepruett3/ansible-role-logging
Last synced: about 1 month ago
JSON representation
Ansible role to configure System Logging on Linux Servers.
- Host: GitHub
- URL: https://github.com/mikepruett3/ansible-role-logging
- Owner: mikepruett3
- License: mit
- Created: 2021-06-14T15:41:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T00:24:42.000Z (about 2 years ago)
- Last Synced: 2023-02-26T08:17:16.148Z (almost 2 years ago)
- Language: Jinja
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: System Logging
=========Ansible role to configure System Logging on Linux Servers.
Requirements
------------The role does not require anyting to run on RHEL and its derivatives.
Role Variables
--------------Available variables are listed below, along with default values (see ```defaults/main.yml```):
``` yaml
log_server: "logserver.example.org"
``````log_server``` **(Required)** The Fully-Qualifed hostname or IP address of the remote logging server.
Role variables can be stored with the hosts.yaml file, or in the main variables file.
Dependencies
------------None.
Example Playbook
----------------``` yaml
- hosts: servers
roles:
- role: mikepruett3.logging
```License
-------MIT
Author Information
------------------Role created by [mikepruett3](https://github.com/mikepruett3) on [Github.com](https://github.com/mikepruett3/ansible-role-logging)