Devops Underground

Blogs Related to Development, QA and Devops

  • linkedin
  • Home
  • About
  • Contact Me
  • Ansible

Ansible – In and Out | Refactoring Inventory | Part 6

February 11, 2020
by Deepak Sood
3 min read

As of now we are keeping our password in the inventory file, which is not at all a good practice. Let’s remove our passwords from there and login via key based login which is the ideal approach. ssh-keygen This...

Continue reading

  • Ansible

Ansible – In and Out | Conditions| Debug Module | Part 5

February 11, 2020
by Deepak Sood
5 min read

Printing Fact Variables using debug module Now let’s learn how to fetch any value from a json output. Later in the blog we will be doing that. A json is a form of dictionary in python. Dictionary can have a key value...

Continue reading

  • Ansible

Ansible – In and Out | Playbooks | Setup Module | Part 4

February 9, 2020
by Deepak Sood
12 min read

Playbooks are the files where the Ansible code is written. Playbooks are written in YAML format. YAML stands for Yet Another Markup Language. Playbooks are one of the core features of Ansible and tell Ansible what to execute...

Continue reading

  • Ansible

Ansible – In and Out | Configuration Files | Part 3

February 9, 2020
by Deepak Sood
5 min read

Till now we have seen that we can manage the configuration of ansible at path /etc/ansible/ansible.cfg file. You can create your own configuration file. The order of the configuration file will be as follows with the defined...

Continue reading

  • Ansible

Ansible – In and Out | Inventory | Variables | Part 2

February 8, 2020
by Deepak Sood
6 min read

Inventory, Groups, and Group of Groups Inventory is a text file where we define the host information that we are going to manage through Ansible.  The default path of the inventory file is /etc/ansible/hosts/ but we...

Continue reading

  • Ansible

Ansible – In and Out | Intro | Setup | Part 1

February 8, 2020
by Deepak Sood
5 min read

What is Configuration Management? Configuration Management can be considered as a process that manages the configuration of IT infrastructures, like operating systems, network devices, applications, cloud services, and...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Build Triggers – PART 5

February 6, 2020
by Deepak Sood
2 min read

Build Triggers So far we have been triggering the build using 2 ways: ManuallyBy setting up a downstream job(which has an automatic trigger) Let’s trigger the build remotely Copied the URL The url created...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Jenkins Master/Slave | Security – PART 4

February 2, 2020
by Deepak Sood
2 min read

Jenkins Master/Slave Use cases for Master/Slave: Load distributionCross Platform BuildsSoftware Testing Prerequisites for Node are: any OS, network access from master, jdk, user, directory with User ownership, Tools as...

Continue reading

  • Uncategorized

JENKINS UNDERGROUND – Static Code Analysis | Deployment | Pipeline – PART 3

February 2, 2020
by Deepak Sood
2 min read

Static Code Analysis Code Analysis is done to check the vulnerabilities in the code or to check any functional errors before deployment. Code Analysis will reveal the future issues which may arise later on. For different...

Continue reading

  • Uncategorized

Jenkins Underground – Email Notifications | Nexus – Part 2

February 2, 2020
by Deepak Sood
4 min read

Emails are sent via smtp server. Therefore, we need to set the smtp server on our Jenkins in Configure System. In this example I would be using smtp server by gmail. If you are using gmail, you need to disable the captcha and...

Continue reading

Previous 1 … 5 6 7 8 9 Next

About Author

Deepak Sood

Deepak Sood is Lead Consultant in an IT firm holding expertise in Devops and QA Architecture with 8 years of experience.

His expertise is in building highly scalable frameworks. His skills include Java, Configuration Management, Containers, and Kubernetes.

Reach out to him using contact form.

View all posts

Follow Me

Feel free to join me on my social network.

  • linkedin

Read More

  • CLOSURES And SOME RANDOM JS
  • React Project – III
  • React Project – II Managing State
  • React Project – I
  • React – Hello World !!!!!
Copyright © 2025. Created by Meks. Powered by WordPress.
  • Home
  • About
  • Contact Me
  • linkedin