ansible-debian/tasks/main.yml

19 lines
336 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- name: base config
import_tasks: config.yml
2024-04-15 16:01:15 +02:00
- name: custom DNS servers
import_tasks: dns.yml
2024-03-21 23:06:28 +01:00
- name: install packages
import_tasks: packages.yml
- name: install custom software
import_tasks: customs.yml
- name: openssh settings
import_tasks: openssh.yml
- name: performance optimisation
import_tasks: performance.yml