--- - name: Bootstrap shared configuration hosts: all become: true gather_facts: true roles: - env_config - common - taler_repo - name: Prepare PostgreSQL for Taler services hosts: taler_exchange become: true roles: - postgres - name: Deploy Taler exchange hosts: taler_exchange become: true roles: - taler_exchange - name: Deploy Taler merchant backend hosts: taler_merchant become: true roles: - taler_merchant