Move files to this submodule

This commit is contained in:
kim 2024-03-21 23:06:28 +01:00
commit ed8986fc5c
10 changed files with 165 additions and 0 deletions

15
tasks/main.yml Normal file
View file

@ -0,0 +1,15 @@
- name: base config
import_tasks: config.yml
- 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