commit 6aae6006c4f726bc36bb640643f4ee5e8721c5d5 parent f3ad9bb701ef9f6e701aa477cd753b2f6c2a0313 Author: Florian Dold <florian@dold.me> Date: Mon, 28 Apr 2025 01:45:46 +0200 restore setup.yml Diffstat:
| M | playbooks/setup.yml | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/playbooks/setup.yml b/playbooks/setup.yml @@ -8,18 +8,18 @@ msg: "Secrets are not defined (HAVE_SECRETS not set)" when: HAVE_SECRETS is undefined roles: - #- role: common_packages + - role: common_packages # - role: ansible_pull - role: webserver - #- role: database - #- role: libeufin-nexus - #- role: challenger - # when: DEPLOY_CHALLENGER | bool - # postexchange: false - #- role: exchange - #- role: challenger - # name: challenger - # postexchange: true - # when: DEPLOY_CHALLENGER | bool - #- role: auditor + - role: database + - role: libeufin-nexus + - role: challenger + when: DEPLOY_CHALLENGER | bool + postexchange: false + - role: exchange + - role: challenger + name: challenger + postexchange: true + when: DEPLOY_CHALLENGER | bool + - role: auditor - role: monitoring