polytech-ansible-2023/inventory.ini
2023-12-06 20:49:56 +01:00

10 lines
266 B
INI

[all]
# Replace this with your hostname and IP address
your-db-host.local ansible_ssh_host="1.2.3.4"
your-synapse-host.local ansible_ssh_host="5.6.7.8"
[db]
your-db-host.local ansible_ssh_host="1.2.3.4"
[synapse]
your-synapse-host.local ansible_ssh_host="5.6.7.8"