From 61c12b7938bd8fd8c17155b646b08fd1caf3cd6c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 7 Aug 2018 18:47:37 +0300 Subject: Change: use haproxy role from debian-ansible, add ickweb, etc --- ickweb.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ickweb.yml (limited to 'ickweb.yml') 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 -- cgit v1.2.1