Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 23, 2021 18:09
Show Gist options
  • Save Craigson/3a440df2c2df5b32e55654326f89c9c0 to your computer and use it in GitHub Desktop.
Save Craigson/3a440df2c2df5b32e55654326f89c9c0 to your computer and use it in GitHub Desktop.
Sample syntropyhosts file for Log3
[all:vars]
ansible_ssh_private_key_file=<pem_file_location>
[fluentd]
fluentd ansible_host=<fluentd_vm_ip> ansible_connection=ssh ansible_user=<fluentd_user>
[elasticsearch]
elasticsearch ansible_host=<elasticsearch_vm_ip> ansible_connection=ssh ansible_user=<elasticsearch_user>
[kibana]
kibana-nginx ansible_host=<kibana_vm_ip> ansible_connection=ssh ansible_user=<kibana_user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment