summaryrefslogtreecommitdiff
path: root/ansible/exolobe2.yml
blob: ef0bbfabce28171a1d06911396604d846ca68213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
- hosts: exolobe2
  remote_user: ansible
  become: yes
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - self-updating-system
    - emacs
    - vmhost
    - storage_system
    - smarthost-client
  vars:
    hostname: exolobe2
    debian_codename: stretch

    unix_users:
      - username: liw
        comment: Lars Wirzenius
        sudo: yes
        authorized_keys: |
          {{ liw_ssh_pub }}

    mailname: exolobe2.liw.fi
    relayhost: pieni.net:587
    smarthost: pieni.net
    smarthost_user: pienirelay
    smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"