Переглянути джерело

Add alternative to `just roles`

pull/3801/head
Slavi Pantaleev 1 рік тому
committed by GitHub
джерело
коміт
3cdbdc63e6
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: B5690EEEBB952194
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      docs/quick-start.md

+ 2
- 0
docs/quick-start.md Переглянути файл

@@ -97,6 +97,8 @@ After editing `vars.yml` and `hosts` files, let's start the **installation** pro


Before installing, you need to update the Ansible roles that this playbook uses and fetches from outside. To update them, run `just roles` on your local computer. Before installing, you need to update the Ansible roles that this playbook uses and fetches from outside. To update them, run `just roles` on your local computer.


If you don't have the `just` tool, you can use the `ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force`

### Run installation command ### Run installation command


Then, run the command below to start installation: Then, run the command below to start installation:


Завантаження…
Відмінити
Зберегти