[PR #11311/4fe129a0 backport][stable-12] Adding support for the Scaleway SCW_PROFILE environment variable. (#11336)

Adding support for the Scaleway SCW_PROFILE environment variable. (#11311)

* Adding support for the Scaleway SCW_PROFILE environment variable.

* Adding changelog fragment.

* Adding documentation for the environment variable.

* Adding SCW_PROFILE as a proper environment variable via the DOCUMENTATION block.

* Updating changelog fragment.

(cherry picked from commit 4fe129a0ed)

Co-authored-by: Greg Harvey <greg.harvey@gmail.com>
This commit is contained in:
patchback[bot]
2025-12-28 21:25:02 +01:00
committed by GitHub
parent 39a49e4d98
commit 440ee9c3fe
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- scaleway inventory plugin - added support for ``SCW_PROFILE`` environment variable for the ``scw_profile`` option (https://github.com/ansible-collections/community.general/issues/11310, https://github.com/ansible-collections/community.general/pull/11311).

View File

@@ -45,6 +45,9 @@ options:
not defined.
type: string
version_added: 4.4.0
env:
- name: SCW_PROFILE
version_added: 12.2.0
oauth_token:
description:
- Scaleway OAuth token.