summaryrefslogtreecommitdiff
path: root/ansible/exolobe5.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-08-02 18:19:25 +0300
committerLars Wirzenius <liw@liw.fi>2020-08-02 18:19:25 +0300
commitbb85cd734d56aba6c96c96cdb06e45576a3f067e (patch)
treebf09d1aab1e1b5a083496776f4fff44356a2c48c /ansible/exolobe5.yml
parentca0fc364de407aade3e2e50c238da2e6720316c3 (diff)
downloadansibleness-bb85cd734d56aba6c96c96cdb06e45576a3f067e.tar.gz
add: exolobe5
Diffstat (limited to 'ansible/exolobe5.yml')
-rw-r--r--ansible/exolobe5.yml27
1 files changed, 27 insertions, 0 deletions
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') }}"