summaryrefslogtreecommitdiff
path: root/ick2.yml
blob: 263420d40d297760e85ccec2a3c587a0fb84fb2f (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: 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 }}"
    apt_domain_set: false
    notify_domain: "{{ controller_domain }}"