Add monitoring to ansible

This commit is contained in:
Ubergeek
2019-02-07 00:59:16 +00:00
parent e5f9779a92
commit fa95cddd34
6 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
- name: Adding monitoring git repo locally
git:
repo: 'https://tildegit.org/thunix/monurbox.git'
dest: /var/lib/monitoring
me: Add monitoring cron job
copy:
src: ../files/monitoring
dest: /etc/cron.hourly/monitoring
owner: root
mode: 744