mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-09-29 21:13:29 -07:00
Update read_secrets.py
This commit is contained in:
parent
707f865329
commit
6a88c15df0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ vars:
|
|||
# [{ "key": "HOST", "value": "google.com" }, { "key": "SMTP", "value": "gmail.smtp.edu" }]
|
||||
|
||||
read_all_secrets_as_dict: "{{ lookup('infisical_vault', universal_auth_client_id='<>', universal_auth_client_secret='<>', project_id='<>', path='/', env_slug='dev', as_dict=True, url='https://spotify.infisical.com') }}"
|
||||
# [{"HOST": "google.com", "SMTP": "gmail.smtp.edu"}]
|
||||
# {"HOST": "google.com", "SMTP": "gmail.smtp.edu"}
|
||||
|
||||
read_secret_by_name_within_scope: "{{ lookup('infisical_vault', universal_auth_client_id='<>', universal_auth_client_secret='<>', project_id='<>', path='/', env_slug='dev', secret_name='HOST', url='https://spotify.infisical.com') }}"
|
||||
# [{ "key": "HOST", "value": "google.com" }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue