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

17 lines
344 B
YAML
Raw Normal View History

2020-04-13 14:46:45 +02:00
- import_tasks: repos.yml
tags: repos
- import_tasks: users.yml
tags: users
- import_tasks: openssh.yml
tags: openssh
- import_tasks: ufw.yml
tags: firewall
2020-11-28 20:47:30 +01:00
- import_tasks: postfix.yml
2020-04-13 14:46:45 +02:00
tags: smtp
- import_tasks: nginx.yml
tags: nginx
- import_tasks: node_exporter.yml
tags: node_exporter
2020-11-28 20:47:30 +01:00
- import_tasks: backup.yml
tags: backup