Skip to content

Commit cc843a0

Browse files
committed
Add Env Variables to Env Ansible Task
1 parent 0ab3da0 commit cc843a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/tasks/env_vars.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# tasks/env_vars.yml
2+
- set_fact:
3+
image_tag: "{{ lookup('env', 'IMAGE_TAG') }}"
4+
open_webui_api_key_chat: "{{ lookup('env', 'OPEN_WEBUI_API_KEY_CHAT') }}"
5+
open_webui_api_key_gen: "{{ lookup('env', 'OPEN_WEBUI_API_KEY_GEN') }}"
6+
langsmith_api_key: "{{ lookup('env', 'LANGSMITH_API_KEY') }}"

0 commit comments

Comments
 (0)