mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
🔐 Load OP_SERVICE_ACCOUNT_TOKEN
from ENVs (#7721)
* 🔐 Load `OP_SERVICE_ACCOUNT_TOKEN` from ENVs * 🚚 Move configuration to `doc_fragments` * 📝 Add `env` to documentation * Revert change Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1389bba459
commit
1fdbb50abb
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
LOOKUP = r'''
|
LOOKUP = r'''
|
||||||
options: {}
|
options:
|
||||||
|
service_account_token:
|
||||||
|
env:
|
||||||
|
- name: OP_SERVICE_ACCOUNT_TOKEN
|
||||||
|
version_added: 8.2.0
|
||||||
notes:
|
notes:
|
||||||
- This lookup will use an existing 1Password session if one exists. If not, and you have already
|
- This lookup will use an existing 1Password session if one exists. If not, and you have already
|
||||||
performed an initial sign in (meaning C(~/.op/config), C(~/.config/op/config) or C(~/.config/.op/config) exists), then only the
|
performed an initial sign in (meaning C(~/.op/config), C(~/.config/op/config) or C(~/.config/.op/config) exists), then only the
|
||||||
|
|
Loading…
Reference in a new issue