Move files to this submodule
This commit is contained in:
commit
ed8986fc5c
10 changed files with 165 additions and 0 deletions
15
tasks/main.yml
Normal file
15
tasks/main.yml
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue