summaryrefslogtreecommitdiff
path: root/ansible/shell-shell.vm.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-18 12:41:05 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-18 12:41:05 +0300
commitd1b3f9ef12defaa9d3894c98aa970c6e0cddb4a6 (patch)
tree8c26d16450bbb0546da681f2aed3ddd0f90a42ac /ansible/shell-shell.vm.liw.fi.yml
parentfa01fc098cca41ace2390c64b4390c4a1c29957a (diff)
downloadansibleness-d1b3f9ef12defaa9d3894c98aa970c6e0cddb4a6.tar.gz
use new person ssh key for pieni.net
Sponsored-by: author
Diffstat (limited to 'ansible/shell-shell.vm.liw.fi.yml')
-rw-r--r--ansible/shell-shell.vm.liw.fi.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/ansible/shell-shell.vm.liw.fi.yml b/ansible/shell-shell.vm.liw.fi.yml
index 40fb784..7a1d18f 100644
--- a/ansible/shell-shell.vm.liw.fi.yml
+++ b/ansible/shell-shell.vm.liw.fi.yml
@@ -9,28 +9,29 @@
- role: emacs
- role: self-updating-system
vars:
- sane_debian_system_version: 2
- unix_users_version: 2
+ ansible_python_interpreter: /usr/bin/python3
+ sane_debian_system_version: 2
sane_debian_system_hostname: shell
sane_debian_system_codename: buster
sane_debian_system_mirror: deb.debian.org
- mailname: pieni.net
- smarthost: mail.pepperfish.net
- smarthost_port: 587
- smarthost_user: pieni-fwd@ppfm.net
- smarthost_pass_name: pieni.net/smarthost_pass
-
- mail_hostname: pieni.net
-
+ unix_users_version: 2
unix_users:
- username: liw
comment: Lars Wirzenius
authorized_keys: |
- {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
sudo: yes
- username: soile
comment: Soile Mottisenkangas
- username: docstory
comment: Soile Mottisenkangas
+
+ mailname: pieni.net
+ smarthost: mail.pepperfish.net
+ smarthost_port: 587
+ smarthost_user: pieni-fwd@ppfm.net
+ smarthost_pass_name: pieni.net/smarthost_pass
+
+ mail_hostname: pieni.net