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

9 lines
153 B
YAML

---
- name: Configure logrotate
include_tasks: logrotate.yml
tags: logrotate
- name: Configure Docker
include_tasks: docker.yml
tags: docker