summaryrefslogtreecommitdiff
path: root/ansible/letest.yml
blob: 853325a63ee4c85429221247c8df7c0017375c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- hosts: letest
  remote_user: root
  roles:
#    - sane_debian_system
#    - comfortable-debian-system
#    - self-updating-system
    - letest
  vars:
    hostname: letest
    debian_codename: buster
    debian_mirror: deb.debian.org

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