aboutsummaryrefslogtreecommitdiffstats
path: root/mail1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mail1.yml')
-rw-r--r--mail1.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail1.yml b/mail1.yml
new file mode 100644
index 0000000..5b5f535
--- /dev/null
+++ b/mail1.yml
@@ -0,0 +1,11 @@
+---
+- hosts: mail1.labitat.dk
+ pre_tasks:
+ - name: Detect chroot
+ set_fact:
+ chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
+ tags: always
+ roles:
+ - mail1
+
+# vim: set ts=2 sw=2 et: