Ansible is a automation platform that has modules for just about anything that you want to configure, deploy, or manage. It’s idempotent nature makes ensuring systems have a consistent configuration across the organization ease and non-invasive for compliant systems.
What I’ve done with Ansible:
Automated the deployment and configuration of application stacks
Ensured consistent configurations were deployed
Managed setting to comply with regulation and compliance standards
Created custom patching tasks for application stacks, more than just a ‘sudo dnf update -y’ playbook