summaryrefslogtreecommitdiff
path: root/ick2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ick2.yml')
-rw-r--r--ick2.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/ick2.yml b/ick2.yml
index 029e7c8..9f978f9 100644
--- a/ick2.yml
+++ b/ick2.yml
@@ -4,8 +4,15 @@
roles:
- sane_debian_system
- unix_users
+ - haproxy
- ick-controller
- ick-worker
- ick-blob-service
vars:
- controller_url: https://{{ controller_domain }}
+ 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 }}"