summaryrefslogtreecommitdiff
path: root/ick2.yml
blob: f6af8561c52b33cd159a7a044044cbff3ffc2659 (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: controller
  remote_user: root
  become: yes
  roles:
    - sane_debian_system
    - comfortable
    - unix_users
    - haproxy
    - qvisqve
    - muck
    - 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: true
    notify_domain: "{{ controller_domain }}"