You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 18:43:09 +03: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:
committed by
GitHub
parent
1389bba459
commit
1fdbb50abb
@ -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
|
||||||
|
Reference in New Issue
Block a user