aboutsummaryrefslogtreecommitdiffstats
path: root/roles/mail1/vars/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/mail1/vars/main.yml')
-rw-r--r--roles/mail1/vars/main.yml32
1 files changed, 32 insertions, 0 deletions
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: