feat(infrastructure): introduce ansible deployment for taler services

- add ansible playbooks and roles for deploying taler exchange and merchant
- configure PostgreSQL, GNU Taler repositories, and services

🔧 chore(config): provide example env and gitignore for sensitive files

- create .env-example with placeholders for sensitive info
- add .gitignore entries for .env and common editor files
This commit is contained in:
nocci 2025-11-03 13:15:46 +00:00
parent ca89a06864
commit fdc9234540
18 changed files with 525 additions and 0 deletions

31
group_vars/all.yml Normal file
View file

@ -0,0 +1,31 @@
---
# Default values that can be overridden via .env
taler_defaults:
TALER_DOMAIN: demogeld.example
TALER_ADMIN_EMAIL: ops@demogeld.example
LETSENCRYPT_CONTACT: mailto:ops@demogeld.example
TALER_PACKAGE_REPO: https://deb.taler.net/
TALER_DISTRIBUTION: stable
TALER_CURRENCY: DEMOGELD
TALER_DB_HOST: localhost
TALER_DB_PORT: "5432"
TALER_DB_ADMIN_USER: postgres
TALER_DB_ADMIN_PASSWORD: ""
TALER_EXCHANGE_DB: talerexchange
TALER_EXCHANGE_DB_USER: taler_exchange
TALER_EXCHANGE_DB_PASSWORD: ""
TALER_MERCHANT_DB: talermerchant
TALER_MERCHANT_DB_USER: taler_merchant
TALER_MERCHANT_DB_PASSWORD: ""
TALER_EXCHANGE_HOST: exchange.demogeld.example
TALER_MERCHANT_HOST: merchant.demogeld.example
TALER_PAY_HOST: pay.demogeld.example
WORDPRESS_HOST: www.demogeld.example
WORDPRESS_DB_NAME: wp_demogeld
WORDPRESS_DB_USER: wp_demogeld
WORDPRESS_DB_PASSWORD: ""
TALER_MASTER_PUBLIC_KEY: ""