commit 688b134522c3a5cb251cd15e484ffe865d37d607 Author: nd Date: Sat Nov 2 14:42:37 2019 +0100 Initial commit 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