Multiple Resources in Chef

Multiple Resources in Chef Dear Readers, In this article,we will see Multiple Resources in Chef. we can create multiple resource at once and convert the code to infrastructure in nodes. I am going to install multiple packages,create multiple file and directories,groups and users in 2 nodes by… Read More

Most Useful Chef Commands

Dear Readers, In this article,we will see Most useful Chef Commands. SNO USE COMMAND 1 Download Chef package from chef official website wget https://packages.chef.io/files/stable/chef-workstation/0.13.35/el/7/chef-workstation-0.13.35-1.el7.x86_64.rpm 2 Install Chef package yum install chef-workstation-0.13.35-1.el7.x86_64.rpm -y 3 Verify Chef Pacakge which chef 4 See the version chef -v or… Read More

Brief Introduction on DevOps

Introduction on DevOps What is DevOps? DevOps is a set of software application development principles that combines an agile working culture, best practices, and tools which increases a company’s ability to create, deliver, and improve applications and services much faster than traditional waterfall-based software development… Read More