11 lines
194 B
YAML
11 lines
194 B
YAML
|
- name: dev-sec.io linux baseline hardening
|
||
|
hosts: debainbasic
|
||
|
remote_user: root
|
||
|
|
||
|
collections:
|
||
|
- devsec.hardening
|
||
|
roles:
|
||
|
- os_hardening
|
||
|
- ssh_hardening
|
||
|
- nginx_hardening
|