Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 989 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 989 Bytes

ansible-graylog

An Ansible role to install Graylog

Build Status

Build Status

Requirements

Install required Ansible roles:

sudo ansible-galaxy install -r requirements.yml

You MUST define the following vars:

# 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

Dependencies

Example Playbook

playbook.yml

License

MIT

Author Information

Larry Smith Jr.