From e09b7435d1f504ebd926af4ed5d8f557398fb581 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 1 Feb 2019 12:26:43 +0200 Subject: [PATCH] Update documentation a bit --- docs/ansible.md | 5 ++++- examples/hosts | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ansible.md b/docs/ansible.md index 60480a60..1d2946d5 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -2,6 +2,9 @@ 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 @@ -57,4 +60,4 @@ If you don't use SSH keys for authentication, simply remove that whole line (`-v Once you execute the above command, you'll be dropped into a `/work` directory inside a Docker container. The `/work` directory contains the playbook's code. -You can execute `ansible-playbook` commands as per normal now. \ No newline at end of file +You can execute `ansible-playbook` commands as per normal now. diff --git a/examples/hosts b/examples/hosts index 75d68ef6..1f1a6e72 100644 --- a/examples/hosts +++ b/examples/hosts @@ -1,2 +1,2 @@ [matrix-servers] -matrix. ansible_host= ansible_ssh_user=root +matrix. ansible_host= ansible_ssh_user=root