No description
- Jinja 100%
| defaults | ||
| meta | ||
| tasks | ||
| templates | ||
| .gitignore | ||
| README.md | ||
ansible-roles-fluentbit
- name: Setup fluent-bit
hosts: fluentbit
become: true
roles:
- role: fluentbit
fluentbit_container: quay.io/prometheus/fluent-bit:v1.8.2
fluentbit_port: 9200
- role: firewalld
firewalld_add:
- name: internal
ports:
- 9200/tcp
Deploy the role with the following command
ansible-playbook -i hosts site.yml --tags=fluentbit --limit=somehost