infrastructure/ansible/roles/base/tasks/main.yml

15 lines
193 B
YAML
Raw Normal View History

2019-12-09 20:55:47 +00:00
- name: Packages
include: packages.yml
2020-05-09 20:47:41 +01:00
- name: User
include: user.yml
2020-05-23 10:58:09 +01:00
- name: SSH
include: ssh.yml
- name: fail2ban
include: fail2ban.yml
- name: logrotate
include: logrotate.yml