Просмотр исходного кода

Clarify "What is just" section on FAQ

pull/3811/head
Slavi Pantaleev 1 год назад
committed by GitHub
Родитель
Сommit
91e4349d93
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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`?

[`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).

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?

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


Загрузка…
Отмена
Сохранить