Skip to content

Instantly share code, notes, and snippets.

@Bharathkumarraju
Created July 2, 2020 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bharathkumarraju/746a7e5896e58c3b0cb017a636d2850b to your computer and use it in GitHub Desktop.
Save Bharathkumarraju/746a7e5896e58c3b0cb017a636d2850b to your computer and use it in GitHub Desktop.
---
- name: Harden the image
hosts: all
become: true
roles:
- dev-sec.os-hardening
- dev-sec.ssh-hardening
vars:
ssh_use_pam: true # to allow access with our key on ec2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment