summaryrefslogtreecommitdiff
path: root/ansible/irc.liw.fi.yml
blob: 54a50c5369ef0b98e5d4cf8c0be77ed3285bfba1 (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
29
- hosts: irc
  remote_user: root
  roles:
    - role: sane_debian_system
    - role: comfortable-debian-system
    - role: unix_users
    - role: self-updating-system
    - role: irc-client
  vars:
    ansible_python_interpreter: /usr/bin/python3

    sane_debian_system_version: 2
    sane_debian_system_hostname: irc
    sane_debian_system_codename: bullseye
    sane_debian_system_mirror: deb.debian.org

    unix_users_version: 2
    unix_users:
      - username: root
        authorized_keys: |
          {{ liw_personal_ssh_pub }}
      - username: liw
        comment: Lars Wirzenius
        authorized_keys: |
          {{ liw_personal_ssh_pub }}
      - username: liwmf
        comment: Lars Wirzenius
        authorized_keys: |
          {{ liw_personal_ssh_pub }}