ansible-debian/tasks/main.yml

20 lines
383 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- name: base config
import_tasks: config.yml
- name: install packages
import_tasks: packages.yml
2024-04-24 18:11:42 +02:00
- name: firewalld configuration
import_tasks: firewalld.yml
- name: openssh settings
import_tasks: openssh.yml
2024-04-17 17:16:52 +02:00
- name: custom DNS servers
import_tasks: dns.yml
2024-04-15 16:03:58 +02:00
- name: install ctop
import_tasks: ctop.yml
2024-03-21 23:06:28 +01:00
- name: performance optimisation
2024-04-24 18:11:42 +02:00
import_tasks: performance.yml