andrelohmann.beats

beats

Statut de la construction

Rôle simple pour installer tous les beats sélectionnés sur votre machine.

!!! Ce rôle ne prend pas en compte la sécurité. L'envoi de données doit être sécurisé par iptables. !!!

!!! Ce rôle construit le pendant de https://galaxy.ansible.com/andrelohmann/elasticstack !!!

Variables du rôle

elasticsearch_listen_ip: "localhost" # adresse ip à laquelle les beats doivent se connecter
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

Exemple de Playbook

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

Licence

MIT

Informations sur l'auteur

https://github.com/andrelohmann

À propos du projet

ansible galaxy role to deploy elasticstack beats to your node

Installer
ansible-galaxy install andrelohmann.beats
Licence
mit
Téléchargements
604
Propriétaire