automation/deployer/roles/host/tasks/main.yml

11 lines
190 B
YAML
Raw Normal View History

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