2019-10-06 20:55:56 +00:00
|
|
|
---
|
2019-10-12 11:10:26 +00: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 14:50:37 +00:00
|
|
|
ansible.builtin.import_tasks: setup.yml
|
2019-10-12 11:10:26 +00:00
|
|
|
|
|
|
|
- name: Setup cronjob mails
|
2021-08-28 14:50:37 +00:00
|
|
|
ansible.builtin.import_tasks: cronmails.yml
|