homeassistant: Install pgadmin4

This commit is contained in:
Thomas Basler 2024-10-02 23:20:43 +02:00
parent 838d881480
commit 3e87601013
2 changed files with 5 additions and 1 deletions

View File

@ -39,3 +39,6 @@ mosquitto_bridges:
- topic: "# in 0"
ha_pg_db_pass: "{{ vault_ha_pg_db_pass }}"
pgadmin4_db_password: "{{ vault_pgadmin4_db_password }}"
pgadmin4_initial_user_email: noby@binary-kitchen.de
pgadmin4_initial_user_password: "{{ vault_pgadmin4_initial_user_password }}"

View File

@ -10,3 +10,4 @@ galaxy_info:
dependencies:
- { role: mosquitto }
- { role: pgadmin4 }