Ansible Role for installing Maven on Ubuntu
cd ~/rolessudo vi aws-infra-role/tasks/installMaven.yml
- name: Install Maven using Ansible
become: yes
apt:
name: "{{ packages }}"
state: present
vars:
packages:
- maven
Engineering DevOps & Cloud Excellence Through Real-World Enterprise Mentorship. 📧 Contact Coach AK: devops.coaching@gmail.com 📱 Call / WhatsApp: +1 (469) 733-5248
Ansible Role for installing Maven on Ubuntu
cd ~/rolesArtifactory is one of the popular binary repository managers. It is Java based open source tool, used for storing build artifacts and docker images.
sudo tail -f /var/opt/jfrog/artifactory/log/artifactory-service.log
Check if service is running locally on 8081 port
Kubernetes uses a command line utility called kubectl for communicating with the cluster API server. It is tool for controlling Kubernetes clusters.
The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage cluster resources, and view logs.
kubectl looks for a file named config in the $HOME directory.
Jenkins is an open source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines.
How to setup Jenkins using Docker Compose?
How to Resolve SonarQube Server cannot be reached Error?
How to create new EC2 instance in AWS console using new UI experience?
What is EC2 instance?
It is virtual server provided by AWS. We will be using this EC2 to setup both Jenkins and Tomcat. Please follow the below steps to create an EC2 instance.What is bootstrap script in aws?
How to create EC2 instance in AWS console?
What is EC2 instance?
It is virtual server provided by AWS. We will be using this EC2 to setup Jenkins. Please follow the below steps to create an EC2 instance.Live AI-Enabled DevSecOps & Cloud Engineering Bootcamp from Coach AK - Sep 2026 Schedule