Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/it-pappa/ansible-role_provision_graylog
- Owner: it-pappa
- Created: 2022-04-08T20:41:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T21:21:04.000Z (over 2 years ago)
- Last Synced: 2024-10-13T07:23:08.650Z (about 1 month ago)
- Topics: ansible, ansible-galaxy, ansible-playbook, ansible-role, ansible-roles, graylog, graylog-server
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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