summaryrefslogtreecommitdiff
path: root/ansible/exolobe2.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-09 09:57:29 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-09 09:57:29 +0300
commitc7912e21bbf298d6d8095ef802aab4482c97bf07 (patch)
tree1fa684b93edfa78d71ad27fbb1fd16cb2cfa586a /ansible/exolobe2.yml
parent3971955a5e132e67d5476085eb7a32d45fece8bb (diff)
downloadansibleness-c7912e21bbf298d6d8095ef802aab4482c97bf07.tar.gz
Change: smarthost-client role, backups for holywood2
Diffstat (limited to 'ansible/exolobe2.yml')
-rw-r--r--ansible/exolobe2.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index 1d305a2..ef0bbfa 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -9,12 +9,11 @@
- emacs
- vmhost
- storage_system
+ - smarthost-client
vars:
hostname: exolobe2
debian_codename: stretch
- mailname: exolobe2.liw.fi
-
unix_users:
- username: liw
comment: Lars Wirzenius
@@ -22,3 +21,8 @@
authorized_keys: |
{{ liw_ssh_pub }}
+ mailname: exolobe2.liw.fi
+ relayhost: pieni.net:587
+ smarthost: pieni.net
+ smarthost_user: pienirelay
+ smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"