17 lines
344 B
YAML
17 lines
344 B
YAML
- import_tasks: repos.yml
|
|
tags: repos
|
|
- import_tasks: users.yml
|
|
tags: users
|
|
- import_tasks: openssh.yml
|
|
tags: openssh
|
|
- import_tasks: ufw.yml
|
|
tags: firewall
|
|
- import_tasks: postfix.yml
|
|
tags: smtp
|
|
- import_tasks: nginx.yml
|
|
tags: nginx
|
|
- import_tasks: node_exporter.yml
|
|
tags: node_exporter
|
|
- import_tasks: backup.yml
|
|
tags: backup
|