From 1cd44f7bef75c8a0fd84855aea30e6ebb5d30451 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 5 Jan 2019 19:41:37 +0200 Subject: Change: deploy current effi-reg --- effi.yml | 10 +++------- roles/effi-reg/files/effiapi.json | 1 + 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/effi.yml b/effi.yml index e4a4054..ca9ef2b 100644 --- a/effi.yml +++ b/effi.yml @@ -3,28 +3,24 @@ become: yes roles: - role: sane_debian_system + - role: comfortable - role: unix_users - role: haproxy - tags: haproxy - role: qvisqve - role: muck tags: muck - role: effi-reg tags: effi-reg vars: - hostname: effi-reg + hostname: effidemo debian_codename: stretch - debian_mirror: deb.debian.org - debian_mirror_src: deb.debian.org sources_lists: - repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch-ci main ickhost" signing_key: "{{ ci_prod_apt_signing_key }}" letsencrypt_email: liw@liw.fi - letsencrypt_domain: "{{ reg_domain }}" - haproxy_domain: "{{ reg_domain }}" haproxy_rules: - name: qvisqve1 @@ -44,7 +40,7 @@ backends: ["127.0.0.1:{{ effiapi_port }}"] - name: effiapi2 - path: /mem + path: /memb backends: ["127.0.0.1:{{ effiapi_port }}"] - name: effiapi3 diff --git a/roles/effi-reg/files/effiapi.json b/roles/effi-reg/files/effiapi.json index e7ec16c..f1f57b4 100644 --- a/roles/effi-reg/files/effiapi.json +++ b/roles/effi-reg/files/effiapi.json @@ -1,4 +1,5 @@ { + "fake": false, "muck-url": "http://127.0.0.1:12765", "log": "/var/log/effiapi/effiapi.log", "signing-key-filename": "/etc/effiapi.pub" -- cgit v1.2.1