Add comprehensive terraform import documentation for Incus resources. Includes syntax for importing containers with for_each keys, retrieving image fingerprints, and specific import commands for Uranian hosts. Covers troubleshooting for common import issues and state verification. Removes obsolete korax.helu.ca host from ansible inventory.
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
---
|
|
# Portia Configuration - Relational Database Host
|
|
# Services: alloy, postgresql
|
|
# Note: PgAdmin moved to Prospero (PPLG stack)
|
|
|
|
|
|
services:
|
|
- alloy
|
|
- postgresql
|
|
|
|
# Alloy
|
|
alloy_log_level: "warn"
|
|
|
|
# PostgreSQL Config
|
|
postgres_user: postgres
|
|
postgres_group: postgres
|
|
postgresql_port: 5432
|
|
postgresql_data_dir: /var/lib/postgresql
|
|
arke_db_name: arke
|
|
arke_db_user: arke
|
|
arke_db_password: "{{ vault_arke_db_password }}"
|
|
anythingllm_db_name: anythingllm
|
|
anythingllm_db_user: anythingllm
|
|
anythingllm_db_password: "{{ vault_anythingllm_db_password }}"
|
|
# Note: Casdoor uses dedicated PostgreSQL on Titania (not Portia)
|
|
gitea_db_name: gitea
|
|
gitea_db_user: gitea
|
|
gitea_db_password: "{{ vault_gitea_db_password }}"
|
|
lobechat_db_name: lobechat
|
|
lobechat_db_user: lobechat
|
|
lobechat_db_password: "{{ vault_lobechat_db_password }}"
|
|
nextcloud_db_name: nextcloud
|
|
nextcloud_db_user: nextcloud
|
|
nextcloud_db_password: "{{ vault_nextcloud_db_password }}"
|
|
openwebui_db_name: openwebui
|
|
openwebui_db_user: openwebui
|
|
openwebui_db_password: "{{ vault_openwebui_db_password }}"
|
|
spelunker_db_name: spelunker
|
|
spelunker_db_user: spelunker
|
|
spelunker_db_password: "{{ vault_spelunker_db_password }}"
|
|
hass_db_name: hass
|
|
hass_db_user: hass
|
|
hass_db_password: "{{ vault_hass_db_password }}"
|
|
nike_db_name: nike
|
|
nike_db_user: nike
|
|
nike_db_password: "{{ vault_nike_db_password }}"
|
|
periplus_db_name: periplus
|
|
periplus_db_user: periplus
|
|
periplus_db_password: "{{ vault_periplus_db_password }}"
|
|
daedalus_db_name: daedalus
|
|
daedalus_db_user: daedalus
|
|
daedalus_db_password: "{{ vault_daedalus_db_password }}"
|
|
|
|
# PostgreSQL admin password
|
|
postgres_password: "{{ vault_postgres_password }}"
|