[WIP] Perform installation of HomeAssistant host #71

Draft
noby wants to merge 13 commits from noby/ansible:homeassistant into master
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3e87601013 - Show all commits

View File

@ -39,3 +39,6 @@ mosquitto_bridges:
- topic: "# in 0" - topic: "# in 0"
ha_pg_db_pass: "{{ vault_ha_pg_db_pass }}" 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: dependencies:
- { role: mosquitto } - { role: mosquitto }
- { role: pgadmin4 }