Purpose - To install and configure a basic Jenkins server using Chef Custom resource. Pre-requisites CentOS 7 with ChefDK installed Here are we are going to use the concept of…
Purpose - To install and configure a basic Jenkins server using Chef Custom resource. Pre-requisites CentOS 7 with ChefDK installed Here are we are going to use the concept of…
Purpose – To setup a a very basic MySQL Server on Ubuntu 14.04 platform using the steps outlined in the mysql cookbook readme documentation Pre-requisites – Cookbook – mysql cookbook…
Purpose – In this article, we will see how we can validate or test the Chef Infrastructure code using InSpec, which we develop for managing or maintaining our systems in…
Purpose - To set up a role for the node and define runlist and attributes Pre-requisites – Hosted Chef Server - https://manage.chef.io/ desktop1.example.com - Used for preparing cookbooks and recipes…
Purpose – To bootstrap a Linux node and manage it using Hosted Chef server Pre-requisites – Hosted Chef Server - https://manage.chef.io/ desktop1.example.com - Used for preparing cookbooks and recipes server1.example.com…
Purpose – Setting up Workstation where Chef recipes and cookbooks can be prepared and manage them using Hosted chef server. Pre-requisites Linux system – desktop1.example.com Step1: Sign-up for Hosted chef URL…
Purpose - To create a Cookbook for Configuring Apache Webserver using Chef Step1: Generate a Cookbook $ mkdir cookbooks $ cd cookbooks/ $ chef generate cookbook apache_httpd Generating cookbook apache_httpd -…
Purpose – Here we are going to setup a simple webserver using chef recipe and test the functionality Pre-requisites Chef DK already installed Step1: Install apache httpd package $ cat host-1_webserver.rb…
Purpose - Chef Basics - Managing server resource directly using chef-client ==================================================== - Assuming Chef DK is already installed on your machine $ chef-client --version Chef: 12.12.15 Chef resource describes…