andrelohmann.beats

beaty

Status budowy

Prosta rola do zainstalowania wszystkich wybranych beatów na Twojej maszynie.

!!! Ta rola nie uwzględnia bezpieczeństwa. Przesyłanie danych powinno być zabezpieczone przez iptables. !!!

!!! Ta rola jest odpowiednikiem https://galaxy.ansible.com/andrelohmann/elasticstack !!!

Zmienne Roli

elasticsearch_listen_ip: "localhost" # adres IP, z którym beaty powinny się łączyć
elasticsearch_release: 7.1.1

elasticsearch_install_auditbeat: True
elasticsearch_install_filebeat: True
elasticsearch_install_heartbeat: False
elasticsearch_install_metricbeat: True
elasticsearch_install_packetbeat: True

Przykład Playbooka

- hosts: beats
  roles:
     - { role: andrelohmann.beats }

Licencja

MIT

Informacje o autorze

https://github.com/andrelohmann

O projekcie

ansible galaxy role to deploy elasticstack beats to your node

Zainstaluj
ansible-galaxy install andrelohmann.beats
Licencja
mit
Pobrania
604
Właściciel