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

Update docs/installing.md: replace the just recipe with the ansible-playbook command

The concept of the just recipe is explained at the bottom of the page, therefore it should be safe to avoid using it here and prefer the ansible-playbook command like above.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3761/head
Suguru Hirahara 1 год назад
Родитель
Сommit
58603d79bc
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 5 добавлений и 1 удалений
  1. +5
    -1
      docs/installing.md

+ 5
- 1
docs/installing.md Просмотреть файл

@@ -78,7 +78,11 @@ To configure Service Discovery in this way, add the following configuration to y
matrix_static_files_container_labels_base_domain_enabled: true
```

After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`
After configuring the playbook, run the [installation](installing.md) command:

```sh
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

## Things to do next



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