Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created January 12, 2021 00:07
Show Gist options
  • Select an option

  • Save Craigson/55ee2e76f5d8a65688782e89ab921cc8 to your computer and use it in GitHub Desktop.

Select an option

Save Craigson/55ee2e76f5d8a65688782e89ab921cc8 to your computer and use it in GitHub Desktop.
syntropy hosts inventory
[all:vars]
ansible_ssh_private_key_file=<pem_file_location>
[broker]
broker ansible_host=<broker_vm_ip> ansible_connection=ssh ansible_user=<broker_user>
[publisher]
publisher ansible_host=<publisher_vm_ip> ansible_connection=ssh ansible_user=<publisher_user>
[subscriber]
subscriber ansible_host=<subscriber_vm_ip> ansible_connection=ssh ansible_user=<subscriber_user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment