Hi all,
The operations workload of a distributed system often include initializing, upgrading, bouncing, stopping, restarting the system. It seems that the official examples of ansible (https://github.com/ansible/ansible-example) just showed how to initialize a deployment, no further operations.
I think ansible can do the other things as well. What’s the best practices to achieve those tasks? By different directory or different roles? Or just different ansible project?
Is there any existing example for this?
Thanks,
Min