No description
Find a file
2025-10-06 22:19:32 +00:00
defaults initial commit 2025-10-06 22:19:32 +00:00
meta initial commit 2025-10-06 22:19:32 +00:00
tasks initial commit 2025-10-06 22:19:32 +00:00
templates initial commit 2025-10-06 22:19:32 +00:00
.gitignore initial commit 2025-10-06 22:19:32 +00:00
README.md initial commit 2025-10-06 22:19:32 +00:00

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