Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/it-pappa/ansible-role_provision_graylog

Ansible Role to Provision Graylog on Debian Hosts
https://github.com/it-pappa/ansible-role_provision_graylog

ansible ansible-galaxy ansible-playbook ansible-role ansible-roles graylog graylog-server

Last synced: about 1 month ago
JSON representation

Ansible Role to Provision Graylog on Debian Hosts

Awesome Lists containing this project

README

        

# Ansible Role to provision Graylog on debian hosts

After job has been ran successfully you will need to create password for the Graylog server. The server will not start without:
- Run ```pwgen -N 1 -s 96
```
- Copy the output to: ```sudo nano /etc/graylog/server/server.conf``` --- password_secret = "the password"

- Save and close

- Run ```echo -n password | sha256sum``` (change the password, to your own password. This is the login for the web!)

- Copy the output to: ```sudo nano /etc/graylog/server/server.conf``` ---- root_password_sha2 = "the hashed password"

- Change the **http_bind** address:

- ```sudo nano /etc/graylog/server/server.conf```

- http_bind_address = server-ip-address:9000




Read more:

https://docs.graylog.org/docs/ubuntu