Scaling Security with Ansible
You have 100 servers. You can't harden them manually. Ansible allows you to define a 'Secure State' and enforce it.
Practical task:
Write an Ansible Playbook that:
- Updates the OS.
- Disables Root SSH login.
- Configures a firewall.
- Installs
fail2ban.