summaryrefslogtreecommitdiff
path: root/ick2.yml
blob: 80db9ee2bea30f630f5f675b4858f30163590b61 (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: root
  become: yes
  roles:
    - sane_debian_system
    - comfortable
    - unix_users
    - haproxy
    - qvisqve
    - ick-controller
    - ick-artifact-store
    - apt_repository
    - ick-notifier
    - ick-worker
    - ickweb
  vars:
    hostname: ickhost
    controller_domain: "{{ ick_domain }}"
    qvisqve_domain: "{{ controller_domain }}"
    artifact_store_domain: "{{ controller_domain }}"
    apt_domain: "{{ controller_domain }}"
    notify_domain: "{{ controller_domain }}"