Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ Refer to [Ansible Installation Guide](https://docs.ansible.com/ansible/latest/in
collections:
- name: git+https://github.com/ydb-platform/ydb-ansible
type: git
version: main
version: latest
EOF
$ ansible-galaxy install -r requirements.yaml
```

- One-time

```bash
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest
```

{% endlist %}
Expand Down Expand Up @@ -529,4 +529,4 @@ After completing the tests, the `kv_test` table can be deleted with the command:
* [Extra Ansible configuration examples](https://github.com/ydb-platform/ydb-ansible-examples)
* [{#T}](restart.md)
* [{#T}](update-config.md)
* [{#T}](update-executable.md)
* [{#T}](update-executable.md)
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
collections:
- name: git+https://github.com/ydb-platform/ydb-ansible
type: git
version: main
version: latest
EOF
$ ansible-galaxy install -r requirements.yaml
```

- Однократно

```bash
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git
$ ansible-galaxy collection install git+https://github.com/ydb-platform/ydb-ansible.git,latest
```

{% endlist %}
Expand Down
Loading