This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-server/roles/base/tasks/main.yml

17 lines
276 B
YAML
Raw Normal View History

2019-03-31 15:25:33 +02:00
---
- block:
- import_tasks: tools.yml
tags:
- base:tools
- import_tasks: journal.yml
tags:
- base:journal
2019-04-13 21:04:40 +02:00
- import_tasks: monitoring.yml
tags:
- base:monitoring
2019-08-02 02:20:46 +02:00
- import_tasks: kernel.yml
tags:
- base:kernel
2019-03-31 15:25:33 +02:00
tags:
- base