rename inventory
This commit is contained in:
parent
778405d066
commit
d322d2ede2
2 changed files with 4 additions and 4 deletions
10
inventory.ini
Normal file
10
inventory.ini
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue