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

https://github.com/tenantcloud/ansible-role-filebeat


https://github.com/tenantcloud/ansible-role-filebeat

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

![Lint Ansible Roles](https://github.com/tenantcloud/ansible-role-filebeat/workflows/Lint%20Ansible%20Roles/badge.svg?branch-master)

tenantcloud.filebeat
=========

Ansible role for install and setup filebeat. This role include in default terraform scenario for auto-deploy new server.

Requirements
------------

Certificate from tenantcloud.auth_elk role must be generated and upload on S3 bucket.

Role Variables
--------------

crt_file_src: logstash.crt
Name generated certificate

Dependencies
------------

Example Playbook
----------------

```yaml
- hosts: localhost
vars:
crt_file_src: logstash.crt
elk_url: localhost
inventory_hostname: "your-server-name"
become: yes
roles:
- tenantcloud.filebeat
```

License
-------

BSD

Author Information
------------------

TenantCloud DevOps Team