ソースを参照

Clarify "What is just" section on FAQ

pull/3811/head
Slavi Pantaleev 1年前
committed by GitHub
コミット
91e4349d93
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更4行の追加2行の削除
  1. +4
    -2
      docs/faq.md

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

@@ -82,12 +82,14 @@ To learn more, see our [dedicated Ansible documentation page](ansible.md).


### What is `just`? ### What is `just`?


[`just`](https://github.com/casey/just) is a modern command-runner alternative to `make`. It can be used to invoke `ansible-playbook` commands with less typing.
[`just`](https://github.com/casey/just) is a modern command-runner alternative to [make](https://www.gnu.org/software/make/). It can be used to invoke commands with less typing.


The `just` utility executes shortcut commands (called as "recipes"), which ultimately run `ansible-galaxy` or [`agru`](https://github.com/etkecc/agru) (depending on what is available in your system). The targets of the recipes are defined in [`justfile`](../justfile). It defines commands, most of which are not available on our `Makefile`.
The `just` utility executes shortcut commands (called "recipes"), which invoke `ansible-playbook`, `ansible-galaxy` or [`agru`](https://github.com/etkecc/agru) (depending on what is available in your system). The targets of the recipes are defined in [`justfile`](../justfile).


For details about `just` commands, take a look at: [Running `just` commands](just.md). For details about `just` commands, take a look at: [Running `just` commands](just.md).


The playbook also contains a `Makefile` for the `make` tool, but most of the just recipes are not available as targets in the `Makefile`.

### Why use this playbook and not install Synapse and other things manually? ### Why use this playbook and not install Synapse and other things manually?


There are various guides telling you how easy it is to install [Synapse](https://github.com/element-hq/synapse). There are various guides telling you how easy it is to install [Synapse](https://github.com/element-hq/synapse).


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