ansible-role-zammad/tasks/main.yml

40 lines
583 B
YAML
Raw Normal View History

2021-07-28 18:28:22 +02:00
- import_tasks: packages.yml
2021-11-27 20:29:59 +01:00
tags: packages
2021-07-28 18:28:22 +02:00
- import_tasks: locales.yml
2021-11-27 20:29:59 +01:00
tags: locales
2021-07-28 18:28:22 +02:00
- import_tasks: user.yml
2021-11-27 20:29:59 +01:00
tags: user
2021-07-28 18:28:22 +02:00
- import_tasks: zammad.yml
tags: zammad
2021-11-27 20:29:59 +01:00
2022-03-04 15:38:44 +01:00
- import_tasks: cron.yml
tags: cron
2021-07-28 18:28:22 +02:00
- import_tasks: ruby.yml
tags: ruby
2021-11-27 20:29:59 +01:00
2021-07-28 18:28:22 +02:00
- import_tasks: database.yml
tags: database
2021-11-27 20:29:59 +01:00
2021-07-28 18:28:22 +02:00
- import_tasks: syslog.yml
2021-11-27 20:29:59 +01:00
tags: syslog
2021-07-28 18:28:22 +02:00
- import_tasks: webserver.yml
2021-11-27 20:29:59 +01:00
tags: webserver
2021-07-28 18:28:22 +02:00
- import_tasks: systemd.yml
2021-11-27 20:29:59 +01:00
tags: systemd
2021-07-28 18:28:22 +02:00
- import_tasks: monit.yml
tags: monit
2021-11-27 20:29:59 +01:00
2021-07-28 18:28:22 +02:00
- import_tasks: gateway.yml
2021-11-27 20:29:59 +01:00
tags: gateway
- name: Elastic
include_tasks: elastic.yml
tags: elastic