initial commit

This commit is contained in:
Ludovic Cartier
2021-04-29 18:53:56 +02:00
commit 7879d6a13c
18 changed files with 505 additions and 0 deletions

6
tasks/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: 'prometheus | include asserts'
include_tasks: 'asserts.yml'
- name: 'prometheus | install'
include_tasks: 'install.yml'