- hosts: shell remote_user: root roles: - role: sane_debian_system - role: comfortable-debian-system - role: unix_users - role: linkchecker - role: mail-server - role: self-updating-system vars: ansible_python_interpreter: /usr/bin/python3 sane_debian_system_version: 2 sane_debian_system_hostname: shell 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 }} sudo: yes - username: soile comment: Soile Mottisenkangas - username: docstory comment: Soile Mottisenkangas mailname: pieni.net smarthost: mail.pepperfish.net smarthost_port: 587 smarthost_user: pieni-fwd@ppfm.net smarthost_pass_name: pieni.net/smarthost_pass mail_hostname: pieni.net