From 31e5c10a1bedbd6c968e5ea7bd4582759a613e2a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 24 Feb 2025 03:33:47 +0900 Subject: [PATCH] Update docs for Ansible This commit changes ansible.md title and adds a link to the page on docs/README.md to improve discoverability of the guide a little bit. Signed-off-by: Suguru Hirahara --- docs/README.md | 2 ++ docs/ansible.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ba0fd1e48..f1765920f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -91,3 +91,5 @@ If your server and services experience issues, feel free to come to [our support - [Uninstalling](uninstalling.md) - [Updating users passwords](updating-users-passwords.md) + +- [Using Ansible for the playbook](ansible.md) diff --git a/docs/ansible.md b/docs/ansible.md index 83814cc92..15f00632f 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -3,12 +3,12 @@ SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev SPDX-FileCopyrightText: 2020 Hanno J. Gödecke SPDX-FileCopyrightText: 2020 Aaron Raimist SPDX-FileCopyrightText: 2022 Kai Biebel -SPDX-FileCopyrightText: 2024 Suguru Hirahara +SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara SPDX-License-Identifier: AGPL-3.0-or-later --> -# Running this playbook +# Using Ansible for the playbook This playbook is meant to be run using [Ansible](https://www.ansible.com/).