common/tasks/main.yml

9 lines
172 B
YAML
Raw Normal View History

2020-01-14 06:59:13 +00:00
---
2020-01-14 11:56:45 +00:00
- name: Update APT cache
apt:
update_cache: true
2020-01-14 08:38:43 +00:00
- include_tasks: usability.yml
2020-01-14 08:41:24 +00:00
- include_tasks: ssh.yml
2020-01-14 09:00:07 +00:00
- include_tasks: iptables.yml
2020-01-14 10:23:21 +00:00
- include_tasks: nginx.yml