ansible-roles/graylog/README.md
Alexis Ben Miloud--Josselin ce247dba56
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2776|17|2759|4|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/232//ansiblelint">Evolix » ansible-roles » unstable #232</a>
gitea/ansible-roles/pipeline/head This commit looks good
Add role for Graylog
2023-03-30 17:58:30 +02:00

19 lines
556 B
Markdown

# Graylog
Installation and basic configuration of Graylog.
## Tasks
Everything is in the `tasks/main.yml` file.
## Available variables
Main variables are :
* `graylog_version`: the Graylog version to install (default: `5.0`),
* `graylog_listen_ip`: the listen IP for Graylog (default: `"127.0.0.1"`),
* `graylog_listen_port`: the listen port for Graylog (default: `9000`),
* `graylog_custom_datadir`: the Graylog data directory (default: `""`, the empty string).
The full list of variables (with default values) can be found in `defaults/main.yml`.