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
Hi@akhtar, To configure the Nginx server in AWS, ...READ MORE
Hey @Kashish, you could use something like ...READ MORE
Hi@akhtar, You can use the option --list-hosts. It will ...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
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.