summaryrefslogtreecommitdiff
path: root/ickweb.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-07 18:47:37 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-07 18:47:37 +0300
commit61c12b7938bd8fd8c17155b646b08fd1caf3cd6c (patch)
treec233df31c843f2e178fbd8114d6e1af434d6ba76 /ickweb.yml
parentc0f9a32ae8f092b7ba552798ea1ae2f2fdd9666a (diff)
downloadick2-ansible-61c12b7938bd8fd8c17155b646b08fd1caf3cd6c.tar.gz
Change: use haproxy role from debian-ansible, add ickweb, etc
Diffstat (limited to 'ickweb.yml')
-rw-r--r--ickweb.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/ickweb.yml b/ickweb.yml
new file mode 100644
index 0000000..a78a82c
--- /dev/null
+++ b/ickweb.yml
@@ -0,0 +1,18 @@
+- hosts: demo
+ remote_user: root
+ become: yes
+ roles:
+ - sane_debian_system
+ - unix_users
+ - ickweb
+ vars:
+ hostname: ickweb
+ locales:
+ - fi_FI.UTF-8
+ - en_GB.UTF-8
+ debian_codename: stretch
+ sources_lists:
+ - repo: "deb http://deb.debian.org/debian stretch-backports main"
+ qvisqve_token_public_key: "{{ lookup('pipe', 'pass show qvisqve/token_key_pub') }}"
+
+ letsencrypt_email: liw@liw.fi