From 8ebf2d6db3067650191ab96f9d1d2b9c1599d580 Mon Sep 17 00:00:00 2001
From: Emil Renner Berthing <esmil@labitat.dk>
Date: Tue, 8 Oct 2019 20:33:44 +0200
Subject: mail1: add role to set up new mailserver

This is just the base OS for now. Let's hope
someone who knows more about mail wants
to continue..
---
 roles/mail1/vars/main.yml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 roles/mail1/vars/main.yml

(limited to 'roles/mail1/vars')

diff --git a/roles/mail1/vars/main.yml b/roles/mail1/vars/main.yml
new file mode 100644
index 0000000..7bda909
--- /dev/null
+++ b/roles/mail1/vars/main.yml
@@ -0,0 +1,32 @@
+---
+hostname: 'mail1'
+
+apt_sources:
+  base:
+    components:
+    - main
+    - contrib
+    - non-free
+  security:
+    components:
+    - main
+    - contrib
+    - non-free
+  updates:
+    components:
+    - main
+    - contrib
+    - non-free
+
+apt_packages:
+  'haveged': present
+
+journald_conf:
+  'Journal.Storage': 'persistent'
+
+users:
+  'esmil': sudo
+  'ast': sudo
+  'flummer': sudo
+
+# vim: set ts=2 sw=2 et:
-- 
cgit v1.2.1