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