--- # --------------------------------------------------------------------------- # Global variables for the docker + umami deployment # --------------------------------------------------------------------------- custom_firewall_ports: - 3000 description: Umami web analytics # --- Docker role --- docker_users_to_add: - "{{ ansible_user }}" # add the SSH user to the docker group umami_admin_password: "0cf1c36d008b67d42ad9eb5b0b802b2d" # Postgres settings (used by the umami-db container) umami_db_container_name: umami-db umami_db_image: "postgres:15-alpine" umami_db_name: umami umami_db_user: umami # IMPORTANT: override this in inventory/vars, --extra-vars, or (better) Ansible Vault. # Do not leave the default password in production. umami_db_password: "fc7tBTxsuAulmYmSl8AE0q13eq3f94f7u3u6" # A random string used by Umami to encrypt/salt data. Generate your own, e.g.: # openssl rand -hex 32 # Override this in production via --extra-vars or vault. umami_app_secret: "dichotomizing-triads-cosmochemistry-amidols"