automation/deployer/roles/host/tasks/main.yml
2020-06-29 18:33:37 +02:00

11 lines
190 B
YAML

---
# TODO: Ensure anacron is installed
- name: Configure logrotate
include_tasks: logrotate.yml
tags: logrotate
- name: Configure Docker
include_tasks: docker.yml
tags: docker