From 688b134522c3a5cb251cd15e484ffe865d37d607 Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 2 Nov 2019 14:42:37 +0100 Subject: [PATCH] Initial commit --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tasks/main.yml diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..fd4e97e --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,3 @@ +- name: install prometheus + apt: + pkg: prometheus