summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-03-20 15:26:45 +0200
committerLars Wirzenius <liw@liw.fi>2023-03-20 15:27:10 +0200
commit934e1282f05f63d102cb512e13c67a21f29b9543 (patch)
tree3f68e9b368502405d18510599312935c2f7f3870
parent58cb76dedbd6524e3bbb81353cfe70b0789edac8 (diff)
downloadansibleness-934e1282f05f63d102cb512e13c67a21f29b9543.tar.gz
upliw: smart host client
Sponsored-by: author
-rw-r--r--ansible/upliw.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/upliw.yml b/ansible/upliw.yml
index d52ef7f..aaddcb9 100644
--- a/ansible/upliw.yml
+++ b/ansible/upliw.yml
@@ -16,6 +16,7 @@
- role: unix_users
- role: liw
- role: rust-rustup
+ - role: smarthost-client
tasks:
@@ -295,3 +296,10 @@
YT90qFF93M3v01BbxP+EIY2/9tiIPbrd
=0YYh
-----END PGP PUBLIC KEY BLOCK-----
+
+ mailname: "{{ sane_debian_system_hostname }}.liw.fi"
+ hostname: "{{ sane_debian_system_hostname }}"
+ relayhost: pieni.net:587
+ smarthost: pieni.net
+ smarthost_user: pienirelay
+ smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"