mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07:00
* linode: Allow templating token for dynamic inventory
Template the value for the access_token if it's a Jinja template.
Allows for looking up tokens from files or pulling from secrets stores like Vault.
* add Linode changelog fragment
* Fix lookup example for newer versions of Ansible
Co-authored-by: Felix Fontein <felix@fontein.de>
* Rename test case for clarity
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit f77a1114fb
)
Co-authored-by: Will Hegedus <will@wbhegedus.me>
This commit is contained in:
parent
de5970d17a
commit
db84ea4ab6
3 changed files with 19 additions and 4 deletions
2
changelogs/fragments/4040-linode-token-templating.yaml
Normal file
2
changelogs/fragments/4040-linode-token-templating.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- linode inventory plugin - allow templating of ``access_token`` variable in Linode inventory plugin (https://github.com/ansible-collections/community.general/pull/4040).
|
Loading…
Add table
Add a link
Reference in a new issue