From 7cc8370ab5e3428c24f37b7259331b10038b6acb Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Tue, 2 Oct 2018 22:26:17 +0200 Subject: jumbotron: add role to set up jumbotron rpi --- jumbotron.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jumbotron.yml (limited to 'jumbotron.yml') 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: -- cgit v1.2.1