DevOps Articles

Please check below articles to get good knowledge on DevOps Technology. SNO DESCRIPTION ARTICLE LINK 1 Introduction to DevOps https://www.ktexperts.com/brief-introduction-on-devops/ 2 Introduction to Linux https://www.ktexperts.com/introduction-to-linux/ 3 Basic Linux Commands for DevOps (PART-1) https://www.ktexperts.com/basic-linux-commands-for-devops-part-1/ 4 Linux Basic Commands for DevOps (PART-2) https://www.ktexperts.com/linux-basic-commands-for-devops-part-2/ 5 Introduction to Git… Read More

Roles in Ansible

What are Ansible Roles? Ansible roles consists of many playbooks.Roles are way to group multple tasks together into one container to do the automation in very effective manner with clean directory structure.A role directory structure contains directories: defaults, vars, tasks, files, templates, meta, handlers. Each… Read More