Ansible role for Yandex.Cloud command-line interface (CLI)
Ansible role for Yandex.Cloud command-line interface (CLI)
| Name | Default Value | Description |
|---|---|---|
| yc_config_user | deplo | User for which config is generated |
| yc_token | - | Yandex.Cloud Token |
| yc_cloud_id | - | ID of the cloud to use when executing the command |
| yc_folder_id | - | ID of the folder to use when executing the command |
| yc_compute_default_zone | ru-central1-a | Default availability zone for the Yandex Compute Cloud service |
yc_config_user: deployc_token: AAABBBCCCDDDEEEFFFyc_cloud_id: aaabbbcccdddeeefffyc_folder_id: aaabbbcccdddeeefffyc_compute_default_zone: ru-central1-a
$ ansible-galaxy install teachbase-ansible.yc_cli
- hosts: serversroles:- { role: teachbase-ansible.yc_cli }
MIT