I am running a rolling deployment on a server on ec2 through Ansible. I use serial parameters to run the deployment on several servers at a time, as shown below:
– name: run update
hosts: ta
I am running a rolling deployment on a server on ec2 through Ansible. I use serial parameters to run the deployment on several servers at a time, as shown below:
– name: run update
hosts: ta