Update README.md

This commit is contained in:
Daniel Hougaard 2025-08-25 19:16:48 +02:00
commit ec6683dab7

View file

@ -22,7 +22,7 @@ You can install the Infisical collection with the Ansible Galaxy CLI:
The python module dependencies are not installed by `ansible-galaxy`. They can The python module dependencies are not installed by `ansible-galaxy`. They can
be manually installed using pip: be manually installed using pip:
pip install infisical-python pip install infisicalsdk
## Using this collection ## Using this collection
@ -35,6 +35,6 @@ vars:
# [{ "key": "HOST", "value": "google.com" }, { "key": "SMTP", "value": "gmail.smtp.edu" }] # [{ "key": "HOST", "value": "google.com" }, { "key": "SMTP", "value": "gmail.smtp.edu" }]
read_secret_by_name_within_scope: "{{ lookup('infisical.vault.read_secrets', universal_auth_client_id='<>', universal_auth_client_secret='<>', project_id='<>', path='/', env_slug='dev', secret_name='HOST', url='https://spotify.infisical.com') }}" read_secret_by_name_within_scope: "{{ lookup('infisical.vault.read_secrets', 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" }] # { "key": "HOST", "value": "google.com" }
``` ```