Remove openclaw. Start supabase work. In flight
This commit is contained in:
@@ -144,6 +144,15 @@
|
||||
openai_api_key: "{{ __supabase_openai_api_key }}"
|
||||
no_log: "{{ supabase_no_log }}"
|
||||
|
||||
- name: Write postgres_url to oys/dev/supabase in Vault
|
||||
community.hashi_vault.vault_kv2_write:
|
||||
path: oys/dev/supabase
|
||||
engine_mount_point: "{{ supabase_vault_mount }}"
|
||||
data:
|
||||
postgres_url: >-
|
||||
postgresql://postgres:{{ __supabase_db_password }}@{{ supabase_db_external_host }}:{{ supabase_db_nodeport }}/{{ supabase_db_name }}
|
||||
no_log: "{{ supabase_no_log }}"
|
||||
|
||||
- name: Report vault secret status
|
||||
ansible.builtin.debug:
|
||||
msg: >-
|
||||
|
||||
Reference in New Issue
Block a user