Skip to content
Snippets Groups Projects
Unverified Commit d322d2ed authored by Thomas Maurice's avatar Thomas Maurice
Browse files

rename inventory

parent 778405d0
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ gathering = implicit
gather_subset = all
inject_facts_as_vars = True
roles_path = roles
inventory = inventory
inventory = inventory.ini
[all]
# Replace this with your hostname and IP address
your-db-host.local ansible_ssh_host="1.2.3.4"
your-docker-host.local ansible_ssh_host="5.6.7.8"
your-synapse-host.local ansible_ssh_host="5.6.7.8"
[db]
your-db-host.local ansible_ssh_host="1.2.3.4"
[docker]
your-docker-host.local ansible_ssh_host="5.6.7.8"
[synapse]
your-synapse-host.local ansible_ssh_host="5.6.7.8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment