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

https://github.com/bsedin/ansible-graylog

Ansible role for graylog container
https://github.com/bsedin/ansible-graylog

ansible ansible-role docker elasticsearch graylog log logging

Last synced: about 2 months ago
JSON representation

Ansible role for graylog container

Awesome Lists containing this project

README

          

# Graylog role for ansible

Create `./library` directory in your ansible project:

```
mkdir ./library
```

And configure `ansible.cfg`:

```
[defaults]
roles_path = ./library
```

Add submodule:

```
git submodule add git@github.com:kressh/ansible-graylog.git library/graylog
```

Use role:

```yaml
---
- hosts: cdn01.yourserver.io
remote_user: ansible
become: true
roles:
- graylog
```

See default variables at `defaults/main.yml`.