Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 127 forks source link

Add cluster example playbook #181

Closed malcyon closed 2 years ago

malcyon commented 2 years ago

Adding an example playbook to demonstrate a cluster install.

Testing the playbook

virtualenv venv
source venv/bin/activate
python3 -m pip install -U pip
pip3 install -r requirements.txt
molecule create --scenario-name=example2
molecule converge --scenario-name=example2
molecule list
molecule login --scenario-name=example2 -h graylog01

Fixes #89

Reference: