Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/ansible-graylog
https://github.com/mrlesmithjr/ansible-graylog
ansible ansible-role centos debian graylog ubuntu
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-graylog
- Owner: mrlesmithjr
- Created: 2015-07-29T14:46:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T17:15:05.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T21:56:52.443Z (2 months ago)
- Topics: ansible, ansible-role, centos, debian, graylog, ubuntu
- Language: Jinja
- Size: 57.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-graylog
An [Ansible](https://www.ansible.com) role to install [Graylog](https://www.graylog.org/)
## Build Status
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-graylog.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-graylog)
## Requirements
Install required [Ansible](https://www.ansible.com) roles:
```bash
sudo ansible-galaxy install -r requirements.yml
```You **MUST** define the following vars:
```bash
# Generate new pw using...pwgen -N 1 -s 96
graylog_server_password_secret:# Generate new pw using...echo -n yourpassword | shasum -a 256
graylog_server_root_password:
```## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)
- [[email protected]](mailto:[email protected])