common/tasks/main.yml

9 lines
172 B
YAML
Raw Normal View History

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