ansible-roles/graylog
Alexis Ben Miloud--Josselin ce247dba56
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> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
Add role for Graylog
2023-03-30 17:58:30 +02:00
..
defaults Add role for Graylog 2023-03-30 17:58:30 +02:00
tasks Add role for Graylog 2023-03-30 17:58:30 +02:00
README.md Add role for Graylog 2023-03-30 17:58:30 +02:00

README.md

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.