Created
January 12, 2021 00:07
-
-
Save Craigson/55ee2e76f5d8a65688782e89ab921cc8 to your computer and use it in GitHub Desktop.
syntropy hosts inventory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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