43257/playbook-to-get-all-the-container-s-arn-s-in-my-aws-ecs-cluster
Hey @haseeb, you could try something like this:
- name: List jenkins cluster container instances command: "aws ecs list-container-instances --cluster jenkins" register: jenkins_containers - debug: var=jenkins_containers.stdout
Hey Komal, that's pretty simple. Try this: - ...READ MORE
Hey @Kashish, you could use something like ...READ MORE
The inventory file is loaded before a ...READ MORE
Hey @Cerci, Of course its possible. You ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @Shruti, ansible tasks run on the ...READ MORE
Hey, you have a syntax error as ...READ MORE
OR
Already have an account? Sign in.