summaryrefslogtreecommitdiff
path: root/ickweb.yml
blob: a78a82cf32c18b417fe4e0a798f79e91ba44e039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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