summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
blob: 1f2f399c404eb4720d8ae5fa2dab91376411a4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- hosts: controller
  remote_user: root
  become: yes
  roles:
    - sane_debian_system
    - unix_users
    - comfortable
    - haproxy
    - qvisqve
    - ick-controller
    - ick-artifact-store
    - apt_repository
    - ick-notifier
    - ickweb
  vars:
    hostname: ickhost
    qvisqve_domain: "{{ controller_domain }}"
    artifact_store_domain: "{{ controller_domain }}"
    apt_domain: "{{ controller_domain }}"
    notify_domain: "{{ controller_domain }}"