summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
blob: 22fa3651904fc9cc04b5785848b9b3e5a7b855a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- hosts: ick
  remote_user: debian
  become: yes
  roles:
    - sane_debian_system
    - comfortable
    - apt_repository
    # - haproxy
    # - qvisqve
    # - ick-controller
    # - ick-artifact-store
    # - ick-notifier
    # - ickweb
    # - 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 }}"