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,550 points
• 1,909 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
• 3,912 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,460 points
• 6,171 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
• 2,569 views
+6 votes
1 answer

Web UI (Dashboard): https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

Hey @nmentityvibes, you seem to be using ...READ MORE

answered Dec 13, 2018 in Kubernetes by Kalgi
• 52,340 points
•