mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-13 08:10:19 +00:00
12 lines
271 B
YAML
12 lines
271 B
YAML
- name: Adding monitoring git repo locally
|
|
git:
|
|
repo: 'https://tildegit.org/thunix/monurbox.git'
|
|
dest: /var/lib/monitoring
|
|
|
|
- name: Add monitoring cron job
|
|
copy:
|
|
src: ../files/monitoring
|
|
dest: /etc/cron.hourly/monitoring
|
|
owner: root
|
|
mode: 744
|