summaryrefslogtreecommitdiff
path: root/ansible/shell-shell.vm.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-24 07:46:32 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-24 07:46:32 +0300
commit7e44cf9f4357be6dd38de1ae5b3af7e4a09555a8 (patch)
tree08d4376fd920171007273683c8d3c5065a836502 /ansible/shell-shell.vm.liw.fi.yml
parentc4be3fb180d7dd14ceda8a27121da531c3773724 (diff)
downloadansibleness-7e44cf9f4357be6dd38de1ae5b3af7e4a09555a8.tar.gz
make all.sh remember what has been run already
Diffstat (limited to 'ansible/shell-shell.vm.liw.fi.yml')
-rw-r--r--ansible/shell-shell.vm.liw.fi.yml55
1 files changed, 55 insertions, 0 deletions
diff --git a/ansible/shell-shell.vm.liw.fi.yml b/ansible/shell-shell.vm.liw.fi.yml
new file mode 100644
index 0000000..5869b62
--- /dev/null
+++ b/ansible/shell-shell.vm.liw.fi.yml
@@ -0,0 +1,55 @@
+- hosts: shell
+ remote_user: root
+ roles:
+ - role: sane_debian_system
+ - role: comfortable-debian-system
+ - role: unix_users
+ - role: linkchecker
+# - role: distix-server
+ - role: mail-server
+ - role: emacs
+ - role: self-updating-system
+ vars:
+ sane_debian_system_version: 0
+ unix_users_version: 0
+
+ hostname: shell
+
+ debian_codename: buster
+ debian_mirror: deb.debian.org
+ debian_mirror_src: 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:
+ - username: liw
+ comment: Lars Wirzenius
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+ sudo: yes
+ - username: soile
+ comment: Soile Mottisenkangas
+ - username: docstory
+ comment: Soile Mottisenkangas
+# - username: distix
+# comment: distix ticketing system
+
+ distixes:
+ - name: bugs-liw
+ repourl: ssh://git@git.liw.fi/bugs-liw-fi-distix
+ pattern: "^X-Original-To: bugs@liw.fi"
+ htmldir: /srv/http/bugs.liw.fi
+ - name: ick-devel
+ repourl: ssh://git@git.liw.fi/ick-devel-distix
+ pattern: "^X-Original-To: ick-support@ick.liw.fi"
+ htmldir: /srv/http/ick-devel.liw.fi
+ - name: distix-tickets
+ repourl: ssh://git@git.liw.fi/distix-bugs
+ pattern: "^X-Original-To: tickets@distix.eu"
+ htmldir: /srv/http/tickets.distix.eu