Is it mandatory to have Ansible Controller Machine ACM and Jenkins Master on the same server instance

0 votes
Hi Guys, I have a very basic question.

I want to automate my application using git, Jenkins, Ansible, and Docker, so is it good to install a master server of all these tools on a single ec2 instances, or is it recommended to use different VMs for different tools?

I mean is it mandatory to have Ansible Controller Machine (ACM) and Jenkins Master on the same server/instance?
Sep 30, 2020 in Ansible by anonymous
• 19,610 points
480 views

1 answer to this question.

0 votes
Make git, Jenkins, Docker, ansible master as one server.

Ansible client as one server.
answered Sep 30, 2020 by Adil

Related Questions In Ansible

+1 vote
2 answers

Running ansible command on a single server when it is deployed to multiple servers

You can try the run_once attribute: Example from ...READ MORE

answered Jun 14, 2018 in Ansible by DareDev
• 6,890 points
2,138 views
0 votes
1 answer
0 votes
1 answer

Is it possible to start ec2 Windows machine and run windows command using ansible playbook?

Hi@Lakshminarayanan, Yes, you can do that. But after ...READ MORE

answered Aug 14, 2020 in Ansible by MD
• 95,440 points
1,980 views
0 votes
1 answer

Is it possible to run commands on ansible host?

If you just trying to run a ...READ MORE

answered Jan 10, 2019 in Ansible by Vijay
1,222 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+2 votes
1 answer
0 votes
1 answer

How to skip execution of a task in ansible playbook ??

Define tags...  Then while running playbook use --skip-tags. READ MORE

answered Sep 30, 2020 in Ansible by Adil
10,053 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP