mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
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.
This commit is contained in:
2
changelogs/fragments/11311-scaleway-scw-profile-var.yml
Normal file
2
changelogs/fragments/11311-scaleway-scw-profile-var.yml
Normal 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).
|
||||||
@@ -45,6 +45,9 @@ options:
|
|||||||
not defined.
|
not defined.
|
||||||
type: string
|
type: string
|
||||||
version_added: 4.4.0
|
version_added: 4.4.0
|
||||||
|
env:
|
||||||
|
- name: SCW_PROFILE
|
||||||
|
version_added: 12.2.0
|
||||||
oauth_token:
|
oauth_token:
|
||||||
description:
|
description:
|
||||||
- Scaleway OAuth token.
|
- Scaleway OAuth token.
|
||||||
|
|||||||
Reference in New Issue
Block a user