2021-01-01 18:01:44 +01:00
|
|
|
---
|
|
|
|
- import_tasks: packages.yml
|
2022-06-09 08:38:07 +02:00
|
|
|
tags: packages
|
2021-07-28 11:04:58 +02:00
|
|
|
|
2022-06-09 13:38:00 +02:00
|
|
|
- import_tasks: mariadb.yml
|
|
|
|
tags: mariadb
|
|
|
|
|
2021-07-28 11:04:58 +02:00
|
|
|
- name: "Munin"
|
|
|
|
include_tasks: munin.yml
|
|
|
|
when: "'munin' in ansible_facts.packages"
|
|
|
|
tags: munin
|
|
|
|
|
2021-02-01 16:42:51 +01:00
|
|
|
- import_tasks: cron.yml
|
2021-11-23 21:51:24 +01:00
|
|
|
tags: cron
|
|
|
|
|
2022-06-09 08:38:07 +02:00
|
|
|
- import_tasks: backup.yml
|
|
|
|
tags: backup
|
2021-11-23 21:51:24 +01:00
|
|
|
|
|
|
|
- import_tasks: monit.yml
|
|
|
|
tags: monit
|