ansible-role-server/tasks/main.yml

11 lines
258 B
YAML

---
# 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
import_tasks: setup.yml
- name: Setup cronjob mails
import_tasks: cronmails.yml