You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
481 B
YAML
23 lines
481 B
YAML
---
|
|
- name: install vnstat
|
|
include: install_vnstat.yml
|
|
|
|
- name: add bash script to check internet
|
|
copy:
|
|
src: check_internet.sh
|
|
dest: /usr/local/bin/check_internet.sh
|
|
mode: 0744
|
|
|
|
- name: add cronjob to check internet
|
|
cron:
|
|
name: check_internet
|
|
user: root
|
|
cron_file: fastd-api
|
|
job: '/usr/local/bin/check_internet.sh'
|
|
|
|
- name: install ffmyk-influx
|
|
include: install_ffmyk-influx.yml
|
|
|
|
- name: install munin
|
|
include: install_munin.yml
|