From e08679f1ceaa069416ddc8f2094443712d8e4b7b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Nov 2018 16:11:54 +0200 Subject: Add: use effi-reg role in effi.yml, add tag to it for iteration fast --- effi.yml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'effi.yml') diff --git a/effi.yml b/effi.yml index f029c4e..14fc545 100644 --- a/effi.yml +++ b/effi.yml @@ -2,11 +2,13 @@ remote_user: root become: yes roles: - - sane_debian_system - - unix_users - - haproxy - - qvisqve - - muck + - role: sane_debian_system + - role: unix_users + - role: haproxy + - role: qvisqve + - role: muck + - role: effi-reg + tags: update vars: hostname: effi-reg @@ -31,19 +33,12 @@ path: /clients backends: ["127.0.0.1:{{ qvisqve_port }}"] - - name: muck1 + - name: effiapi1 path: /status - backends: ["127.0.0.1:{{ muck_port }}"] - - - name: muck2 - path: /res - backends: ["127.0.0.1:{{ muck_port }}"] - - - name: muck3 - path: /search - backends: ["127.0.0.1:{{ muck_port }}"] + backends: ["127.0.0.1:{{ effiapi_port }}"] muck_port: 12765 + effiapi_port: 8080 qvisqve_port: 10000 qvisqve_domain: "{{ reg_domain }}" -- cgit v1.2.1