diff --git a/install-kc.yaml b/install-kc.yaml index 4a27aed..b3a7ee7 100644 --- a/install-kc.yaml +++ b/install-kc.yaml @@ -96,6 +96,12 @@ # only one node needs to execute this command when: ansible_host == "sso1.itix.lab" + - name: Enable keycloak unit + systemd: + enabled: yes + name: keycloak.service + tags: config + - name: Start keycloak systemd: name: keycloak.service diff --git a/install-lb.yaml b/install-lb.yaml index 588c6e1..7757d5f 100644 --- a/install-lb.yaml +++ b/install-lb.yaml @@ -47,6 +47,12 @@ when: systemd_unit.changed tags: config + - name: Enable traefik unit + systemd: + enabled: yes + name: traefik.service + tags: config + - name: Configure traefik template: src: traefik.yaml