rename inventory
This commit is contained in:
parent
778405d066
commit
d322d2ede2
2 changed files with 4 additions and 4 deletions
|
@ -9,4 +9,4 @@ gathering = implicit
|
||||||
gather_subset = all
|
gather_subset = all
|
||||||
inject_facts_as_vars = True
|
inject_facts_as_vars = True
|
||||||
roles_path = roles
|
roles_path = roles
|
||||||
inventory = inventory
|
inventory = inventory.ini
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[all]
|
[all]
|
||||||
# Replace this with your hostname and IP address
|
# Replace this with your hostname and IP address
|
||||||
your-db-host.local ansible_ssh_host="1.2.3.4"
|
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]
|
[db]
|
||||||
your-db-host.local ansible_ssh_host="1.2.3.4"
|
your-db-host.local ansible_ssh_host="1.2.3.4"
|
||||||
|
|
||||||
[docker]
|
[synapse]
|
||||||
your-docker-host.local ansible_ssh_host="5.6.7.8"
|
your-synapse-host.local ansible_ssh_host="5.6.7.8"
|
Loading…
Add table
Reference in a new issue