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