2019-10-06 22:55:56 +02:00
|
|
|
---
|
2019-10-12 13:10:26 +02:00
|
|
|
# Common Server Setup Tasks
|
|
|
|
|
# This default task will leave out mosts of the availabe tasks intentionnally.
|
|
|
|
|
# Activate them on a case-by-case basis.
|
|
|
|
|
|
|
|
|
|
- name: Basic setup
|
2021-08-28 16:50:37 +02:00
|
|
|
ansible.builtin.import_tasks: setup.yml
|
2019-10-12 13:10:26 +02:00
|
|
|
|
|
|
|
|
- name: Setup cronjob mails
|
2021-08-28 16:50:37 +02:00
|
|
|
ansible.builtin.import_tasks: cronmails.yml
|