mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-21 19:40:18 +00:00
Add monitoring to ansible
This commit is contained in:
11
roles/common/tasks/monitoring.yml
Normal file
11
roles/common/tasks/monitoring.yml
Normal 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
|
||||
Reference in New Issue
Block a user