summaryrefslogtreecommitdiff
path: root/ick2.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-07 20:49:43 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-10 18:25:20 +0200
commit0a6a8c6220cf80b7633f01480cdc7ad1a199ee63 (patch)
tree58163ead6150917437790620f2fba4adf66cb0cb /ick2.yml
parent6e595b8d2a799dc05725a748da24f45ce56d2837 (diff)
downloadick2-ansible-0a6a8c6220cf80b7633f01480cdc7ad1a199ee63.tar.gz
Change: split roles to be one per component
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 }}"