Browse Source

Merge pull request #4096 from luixxiul/fix

Update docs for Ansible
pull/4097/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
91808bbd70
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      docs/README.md
  2. +2
    -2
      docs/ansible.md

+ 2
- 0
docs/README.md View File

@@ -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)

+ 2
- 2
docs/ansible.md View File

@@ -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/).



Loading…
Cancel
Save