ansible-config/roles/common/tasks/main.yml

12 lines
227 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- include: pre-tasks.yml
tags: common
- include: secure-secure-shell.yml
tags: common
- include: unattended-upgrades.yml
tags: common
- include: user-sanity.yml
tags: common
- include: post-tasks.yml
tags: common