From bb85cd734d56aba6c96c96cdb06e45576a3f067e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Aug 2020 18:19:25 +0300 Subject: add: exolobe5 --- ansible/exolobe2.yml | 2 +- ansible/exolobe5.yml | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 ansible/exolobe5.yml diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml index ef0bbfa..c9c5d53 100644 --- a/ansible/exolobe2.yml +++ b/ansible/exolobe2.yml @@ -12,7 +12,7 @@ - smarthost-client vars: hostname: exolobe2 - debian_codename: stretch + debian_codename: buster unix_users: - username: liw diff --git a/ansible/exolobe5.yml b/ansible/exolobe5.yml new file mode 100644 index 0000000..9e8fe95 --- /dev/null +++ b/ansible/exolobe5.yml @@ -0,0 +1,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') }}" -- cgit v1.2.1