summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
blob: e94d639b852426a585e48c28ea208d1304d95fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- hosts: ick
  remote_user: debian
  become: yes
  roles:
    - sane_debian_system
    - comfortable
    - apt_repository
    - haproxy-for-ick
    - qvisqve
    - ick-controller
    - ick-artifact-store
    - ick-notifier
    - muck
  vars:
    sane_debian_system_version: 1
    sane_debian_system_codename: buster

    haproxy_domain: "{{ controller_domain }}"
    qvisqve_domain: "{{ controller_domain }}"
    artifact_store_domain: "{{ controller_domain }}"
    apt_domain: "{{ controller_domain }}"
    notify_domain: "{{ controller_domain }}"
    muck_domain: "{{ controller_domain }}"