Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a warning about the minimum required version of the yc to the sa-oslogin-ansible instruction #868

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 7 additions & 1 deletion en/_tutorials/security/sa-oslogin-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ The cost of supporting the infrastructure created in the guide includes:

1. Add the new SSH key to the OS Login profile of the `my-ansible-sa` service account:

{% note warning %}

Make sure that the version of the yc is >= 0.121.0

{% endnote %}

{% list tabs group=instructions %}

- CLI {#cli}
Expand Down Expand Up @@ -147,4 +153,4 @@ Connection to the VM is established. You can now manage virtual machines via Ans

To stop paying for the resources you created:
1. [Delete](../../compute/operations/vm-control/vm-delete.md) the VM.
1. [Delete](../../iam/operations/sa/delete.md) the service account if you need to.
1. [Delete](../../iam/operations/sa/delete.md) the service account if you need to.
8 changes: 7 additions & 1 deletion ru/_tutorials/security/sa-oslogin-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

1. Добавьте созданный SSH-ключ в профиль {{ oslogin }} сервисного аккаунта `my-ansible-sa`:

{% note warning %}

Убедитесь что версия yc >= 0.121.0

{% endnote %}

{% list tabs group=instructions %}

- CLI {#cli}
Expand Down Expand Up @@ -147,4 +153,4 @@

Чтобы перестать платить за созданные ресурсы:
1. [Удалите](../../compute/operations/vm-control/vm-delete.md) виртуальную машину.
1. При необходимости [удалите](../../iam/operations/sa/delete.md) сервисный аккаунт.
1. При необходимости [удалите](../../iam/operations/sa/delete.md) сервисный аккаунт.