add security setting
This commit is contained in:
15
ansible/roles/security-settings/tasks/main.yml
Executable file
15
ansible/roles/security-settings/tasks/main.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- include: login_defs.yml
|
||||
tags: login_defs
|
||||
|
||||
- include: pam.yml
|
||||
tags: pam
|
||||
|
||||
- include: sshd_config.yml
|
||||
tags: sshd_config
|
||||
|
||||
- include: profile.yml
|
||||
tags: profile
|
||||
|
||||
- include: banner.yml
|
||||
tags: banner
|
||||
Reference in New Issue
Block a user