mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Add monitoring to ansible
This commit is contained in:
@@ -8,3 +8,4 @@
|
||||
- include: motd.yml
|
||||
- include: ansible-pull.yml
|
||||
- include: manpage.yml
|
||||
- include: monitoring.yml
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- name: Adding ansible git repo locally
|
||||
- name: Adding manpage git repo locally
|
||||
git:
|
||||
repo: 'https://tildegit.org/thunix/documentation.git'
|
||||
dest: /usr/local/man/man8
|
||||
|
||||
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