automation/deployer/roles/host/tasks/main.yml
2020-07-27 14:39:13 +02:00

15 lines
274 B
YAML

---
# TODO: Ensure anacron is installed
- name: Open encrypted drive
include_tasks: encrypted_drive.yml
tags: always
- name: Configure logrotate
include_tasks: logrotate.yml
tags: logrotate
- name: Configure Docker
include_tasks: docker.yml
tags: docker