summaryrefslogtreecommitdiff
path: root/ansible/exolobe5.yml
blob: 9e8fe95bcfe88b3c0f7f62fd341435aa234b6694 (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
- hosts: exolobe5
  remote_user: liw
  become: yes
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - self-updating-system
    - emacs
    - vmhost
    - smarthost-client
  vars:
    hostname: exolobe5
    debian_codename: buster

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

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