From 382e53bdeea6a818511ecd13bcb7f1857960547b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 11 Apr 2019 09:54:42 +0300 Subject: [PATCH] Make examples/hosts look cleaner Putting a lot of comments inbetween `[matrix-servers]` and the example host line may make someone decide to clean up the comment and accidentally skip-over the `[matrix-servers]` part. --- examples/hosts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/hosts b/examples/hosts index bcb4f740b..c623aa436 100644 --- a/examples/hosts +++ b/examples/hosts @@ -1,4 +1,3 @@ -[matrix-servers] # We explicitly ask for your server's external IP address, because the same value is used for configuring Coturn. # # To connect using a non-root user (and elevate to root with sudo later), @@ -6,4 +5,6 @@ # # For improved Ansible performance, SSH pipelining is enabled by default (`ansible_ssh_pipelining=yes`). # If this causes SSH connection troubles, feel free to disable it. + +[matrix-servers] matrix. ansible_host= ansible_ssh_user=root ansible_ssh_pipelining=yes