arrow_upward
Ansible use cases
#1
Does anyone have any experience using Ansible to maintain a large number of UNIX systems? I've been thinking of giving it a try. What are some more complex use cases for it?



#2
We use Ansible at our company. The main thing we use it for is to set up our environments like deploy and install our services onto servers. You can write basic playbooks to patch your servers, reboot the server, wait 10 minutes and start your services. It's really just a tool to help automate your processes.

Example: You can use ansible to help manage your DNS records and test your changes using Vagrant.