Add firewalld task
This commit is contained in:
parent
310253a661
commit
244ab2c704
3 changed files with 69 additions and 6 deletions
|
|
@ -4,15 +4,17 @@
|
|||
- name: install packages
|
||||
import_tasks: packages.yml
|
||||
|
||||
- name: firewalld configuration
|
||||
import_tasks: firewalld.yml
|
||||
|
||||
- name: openssh settings
|
||||
import_tasks: openssh.yml
|
||||
|
||||
- name: custom DNS servers
|
||||
import_tasks: dns.yml
|
||||
|
||||
- name: install ctop
|
||||
import_tasks: ctop.yml
|
||||
|
||||
- name: openssh settings
|
||||
import_tasks: openssh.yml
|
||||
|
||||
- name: performance optimisation
|
||||
import_tasks: performance.yml
|
||||
|
||||
import_tasks: performance.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue