Files
ncp-terraform/packer/ansible/roles/security-settings/tasks/main.yml
2023-10-19 16:35:47 +09:00

24 lines
326 B
YAML
Executable File

---
- 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
- include: crictl.yml
tags: crictl
- include: admin_set.yml
tags: admin_set
- include: python.yml
tags: python