mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 10:28:29 +01:00
Update documentation a bit
This commit is contained in:
parent
cd332d9b4e
commit
e09b7435d1
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
This playbook is meant to be run using [Ansible](https://www.ansible.com/).
|
This playbook is meant to be run using [Ansible](https://www.ansible.com/).
|
||||||
|
|
||||||
|
Ansible typically runs on your local computer and carries out tasks on a remote server.
|
||||||
|
If your local computer cannot run Ansible, you can also run Ansible on some server somewhere (including the server you wish to install to).
|
||||||
|
|
||||||
|
|
||||||
## Supported Ansible versions
|
## Supported Ansible versions
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[matrix-servers]
|
[matrix-servers]
|
||||||
matrix.<your-domain> ansible_host=<your-server's IP address> ansible_ssh_user=root
|
matrix.<your-domain> ansible_host=<your-server's external IP address> ansible_ssh_user=root
|
||||||
|
Loading…
Reference in New Issue
Block a user