rename inventory

This commit is contained in:
Thomas Maurice 2023-12-06 20:49:56 +01:00
parent 778405d066
commit d322d2ede2
Signed by: thomas
GPG key ID: 1D577F50583032A6
2 changed files with 4 additions and 4 deletions

View file

@ -9,4 +9,4 @@ gathering = implicit
gather_subset = all
inject_facts_as_vars = True
roles_path = roles
inventory = inventory
inventory = inventory.ini

View file

@ -1,10 +1,10 @@
[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"