Hi Guys,
We have an automated process that’s run within a console application. Ansible is used to manage the run-schedule. Each time the console app needs to be run, Ansible connect to the Win server and runs the task.
Right now this process is hosted on a single Windows server. I would like to have it on two servers and configure Ansible to either (a) load balance running the console between the two servers. Meaning, each time it’s scheduled to run, alternate between servers. Or, (b) always run on Server01, but if that’s down, run on Server 02.
Are there any built-in features within Ansible that we can utilise to make this easy? If not, how do you recommend we approach this?