From 9cd77a02e7baa3c644b433cd274a8adc5372c2d9 Mon Sep 17 00:00:00 2001 From: JokerGermany <30293477+JokerGermany@users.noreply.github.com> Date: Sat, 23 Apr 2022 14:35:18 +0200 Subject: [PATCH] Give a hint to the default variables I think it is something with is not obvious to find for everyone. --- docs/configuring-playbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 5233a6626..9ebaec1e8 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -20,7 +20,8 @@ You can then follow these steps inside the playbook directory: For a basic Matrix installation, that's all you need. -For a more custom setup, see the [Other configuration options](#other-configuration-options) below. +For a more custom setup, see the [Other configuration options](#other-configuration-options) below. +You can look into the [default variables](/roles/matrix-base/defaults/main.yml) aswell, if you look to customize something else. When you're done with all the configuration you'd like to do, continue with [Installing](installing.md).