summaryrefslogtreecommitdiff
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
parentca0fc364de407aade3e2e50c238da2e6720316c3 (diff)
downloadansibleness-bb85cd734d56aba6c96c96cdb06e45576a3f067e.tar.gz
add: exolobe5
-rw-r--r--ansible/exolobe2.yml2
-rw-r--r--ansible/exolobe5.yml27
2 files changed, 28 insertions, 1 deletions
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') }}"