Posts

Showing posts with the label DevOps

Ansible Automations Designing & Implementation | Best Practices | Tricks and Tips

Image
Hey DevOps, DevSecOps Engineers, SRE new bees here I am going to share the Learnings which I've executed every day found that this the best and new tip to improve the performance of ansible playbook executions sorted out and listed here. Planning and designing automation with Ansible Most common DevOps tool used for Planning and Designing is Confluence page Design document must contain a  clear " Objective " - where you will be describe why you wish to do automation on what area Tracking purpose always use a ticketing tool entry preferred tool Jira The design can be breakdown into two levels High level design where we will detail about what each task need to be covered Low level design where we discuss in-depth ideology on each task along with the possible constraints   Usage of global variables (AWX UI use extra vars, host_vars, group_vars etc) discuss their necessity AWX/Tower Job template construct possible options as input to handle overall objective, if...

How to Integrate JFrog Artifactory with Jenkins on Ubuntu

Image
 Hello Dear DevOps/DevSecOps engineers and automation team members. Today we will experiment on JFrog Artifactory integration with Jenkins. Step-by-step guide to setting up JFrog Artifactory and integrating it with Jenkins for efficient CI/CD pipelines. To do this we need to break down the task into two phases in the first phase we will do JFrog Artifactory setup. after that next phase we will do integrate it in Jenkins. Prerequisites for Integration Minimum requirement to run the JFrog artifactory we need 4Core CPU, 8 GB of RAM system configuration Virtual Boxes or VM instance on the Cloud is the basic requirements. On the AWS Cloud: An AWS   t2.small  EC2 instance (Linux) if other cloud please select at least 2GB RAM providing instance. Open port 8081 and 8082 in the  Security Grou p=> Inbound or on the firewall allow ports. Vagrant boxes for Jenkins and jfrog artifactory On premises setup using Vagrant # Ubuntu boxes for Jenkins and Jfrog Vagrant.configur...