summaryrefslogtreecommitdiff
path: root/ick2.yml
blob: d0146ad9efaee2a7fd4eb0c1120c1dc18c61babc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- hosts: ick2
  remote_user: root
  become: yes
  roles:
    - sane_debian_system
    - unix_users
    - haproxy
    - ick-controller
    - ick-worker
    - ick-artifact-store
  vars:
    debian_codename: stretch

    controller_domain: 127.0.0.1
    controller_port: 12765

    artifact_store_domain: 127.0.0.1
    artifact_store_port: 12766

    controller_url: "https://{{ controller_domain }}"