https://github.com/tenantcloud/ansible-role-filebeat
https://github.com/tenantcloud/ansible-role-filebeat
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tenantcloud/ansible-role-filebeat
- Owner: tenantcloud
- Created: 2019-07-30T11:45:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T09:24:32.000Z (over 1 year ago)
- Last Synced: 2024-11-18T10:41:50.065Z (over 1 year ago)
- Language: Smarty
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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