summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-15 11:21:21 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-15 11:21:21 +0200
commit6d28f6080a23ede497a7957aa4e15553e5874a37 (patch)
tree8df1e76b874bfbc6be7c02de6f254476205ccbc6 /ick-cluster.yml
parent9b9d4c2ead73275e02f0413978642db5ad5c6df6 (diff)
downloadick2-ansible-6d28f6080a23ede497a7957aa4e15553e5874a37.tar.gz
fix: make apt_repositroy work
Diffstat (limited to 'ick-cluster.yml')
-rw-r--r--ick-cluster.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/ick-cluster.yml b/ick-cluster.yml
index 6cbfa3f..22fa365 100644
--- a/ick-cluster.yml
+++ b/ick-cluster.yml
@@ -1,20 +1,21 @@
-- hosts: controller
- remote_user: root
+- hosts: ick
+ remote_user: debian
become: yes
roles:
- sane_debian_system
- - unix_users
- comfortable
- apt_repository
- - haproxy
- - qvisqve
- - ick-controller
- - ick-artifact-store
- - ick-notifier
- - ickweb
- - muck
+ # - haproxy
+ # - qvisqve
+ # - ick-controller
+ # - ick-artifact-store
+ # - ick-notifier
+ # - ickweb
+ # - muck
vars:
- hostname: ickhost
+ sane_debian_system_version: 1
+ sane_debian_system_codename: buster
+
haproxy_domain: "{{ controller_domain }}"
qvisqve_domain: "{{ controller_domain }}"
artifact_store_domain: "{{ controller_domain }}"