ソースを参照

Update docs/faq.md and docs/prerequisites.md: add a note about installing both ansible-core and ansible

See: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2241#issuecomment-1305361347

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3820/head
Suguru Hirahara 1年前
コミット
396a4fe12e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      docs/faq.md
  2. +1
    -1
      docs/prerequisites.md

+ 1
- 1
docs/faq.md ファイルの表示

@@ -72,7 +72,7 @@ To get started with the playbook, start at the [Prerequisites](prerequisites.md)

[Ansible](https://www.ansible.com/) is an automation program. This "playbook" is a collection of tasks/scripts that will set up a [Matrix](https://matrix.org/) server for you, so you don't have to perform these tasks manually.

We have written these automated tasks for you and all you need to do is execute them using the Ansible program.
We have written these automated tasks for you and all you need to do is execute them using the Ansible program. Note that running the playbook requires both `ansible-core` and `ansible`.

You can install Ansible and this playbook code repository on your own computer and tell it to install Matrix services at the server living at `matrix.example.com`. We recommend installing Ansible on your own computer.



+ 1
- 1
docs/prerequisites.md ファイルの表示

@@ -8,7 +8,7 @@ We will be using `example.com` as the domain in the following instruction. Pleas

## Your local computer

- [Ansible](http://ansible.com/) program. It's used to run this playbook and configures your server for you. Take a look at [our guide about Ansible](ansible.md) for more information, as well as [version requirements](ansible.md#supported-ansible-versions) and alternative ways to run Ansible.
- [Ansible](http://ansible.com/) program. It's used to run this playbook and configures your server for you. Take a look at [our guide about Ansible](ansible.md) for more information, as well as [version requirements](ansible.md#supported-ansible-versions) and alternative ways to run Ansible. Note that running the playbook requires both `ansible-core` and `ansible`.

- [passlib](https://passlib.readthedocs.io/en/stable/index.html) Python library. See [this official documentation](https://passlib.readthedocs.io/en/stable/install.html#installation-instructions) for an instruction to install it. On most distros, you need to install some `python-passlib` or `py3-passlib` package, etc.



読み込み中…
キャンセル
保存