Docs: Typo in Alibaba Cloud Compute Services Guide (#78984)

pull/79019/head^2
taso 2 years ago committed by GitHub
parent 8d665a1a8e
commit ea04d05a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,13 +35,17 @@ To pass authentication credentials as environment variables::
export ALICLOUD_ACCESS_KEY='Alicloud123'
export ALICLOUD_SECRET_KEY='AlicloudSecret123'
To store authentication credentials in a vars_file, encrypt them with :ref:`Ansible Vault<vault>` to keep them secure, then list them::
To store authentication credentials in a vars_files, encrypt them with :ref:`Ansible Vault<vault>` to keep them secure, then list them:
.. code-block:: yaml
---
alicloud_access_key: "--REMOVED--"
alicloud_secret_key: "--REMOVED--"
Note that if you store your credentials in a vars_file, you need to refer to them in each Alicloud module. For example::
Note that if you store your credentials in a vars_files, you need to refer to them in each Alicloud module. For example:
.. code-block:: yaml
- ali_instance:
alicloud_access_key: "{{alicloud_access_key}}"

Loading…
Cancel
Save