summaryrefslogtreecommitdiff
path: root/ick2.yml
blob: 9f978f98aed923a99ad87494bc4b3b8d54261a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- hosts: ick2
  remote_user: ansible
  become: yes
  roles:
    - sane_debian_system
    - unix_users
    - haproxy
    - ick-controller
    - ick-worker
    - ick-blob-service
  vars:
    controller_domain: 127.0.0.1
    controller_port: 12765

    blob_service_domain: 127.0.0.1
    blob_service_port: 12766

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