From d0d5566eab0e5fdec0623e494df2e3fbc7c40fa2 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sun, 31 Mar 2019 18:53:22 +0200 Subject: [PATCH] Add role for js/css CDN --- cdn/tasks/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cdn/tasks/main.yml diff --git a/cdn/tasks/main.yml b/cdn/tasks/main.yml new file mode 100644 index 0000000..087e9bf --- /dev/null +++ b/cdn/tasks/main.yml @@ -0,0 +1,12 @@ +--- + +- name: install commonly used web libraries + apt: + name: + - libjs-jquery + - libjs-bootstrap + - libjs-jquery-datatables + - libjs-jquery-ui + state: present + tags: + - cdn -- GitLab