@page { margin: 2cm } h3.cjk { font-family: “Noto Sans CJK SC Regular” } h3.ctl { font-family: “Lohit Devanagari” } p { margin-bottom: 0.25cm; line-height: 115% } a:link { so-language: zxx } Git Inside-Out Git is basically a file-system where you can retrieve your content through addresses. It simply means that you can insert any …
Tag Archives: SCM
Ansible Variables and Variables Precedence
Ansible Variables and Variables Precedence What is a variable? A variable is reference to data stored in a computer program. How to define variable in Ansible? Variables Defined in Inventory Variables can be defined in inventory in two ways – 1. Host variables [web]host1 http_port=80host2 http_port=443 2. Group variables [web]host1host2[web:vars]http_port=80proxy=proxy.example.com Variables Defined in a Playbook …
Continue reading “Ansible Variables and Variables Precedence”
Kitchen Chef’s diagnosis center
Introduction This time we familiarize you with the backings of chef kitchen. Chef kitchen provides you facility of trial and verification of your cookbooks over different environment so that you can confidently use them on your targeted infrastructure. This may be getting boring some times but here is always some seeds in oranges. Prerequisites …
Chef-Kitchen Do it simply..
If you are from agile background you would be already aware about the importance of testing your code as you develop. As DevOps SCM tools are maturing where we try to have our complete infrastructure as code it becomes a dire necessity to have our infrastructure code to be tested as well. In this blog …
Chef-Cookbooks Walls of chef-house..
Introduction As we work with cookbook in our previous blog, we are now aware about how chef really works and manage machines using cookbooks. Its crucial to understand the potential of thoughts and theories behind any concept. According to Albert Einstein, “A Theory Can Be Proved By Experiment; But No Paths Leads from …
Chef-Cookbooks Roast it perfectly..
Introduction This is our first major step towards our learnings. We are now quite sound with the ABC’s of chef. Now we announce the most compelling facet of chef. Cookbooks are the most crucial segment of the chef’s kingdom. Nothing worth having comes easy, so kickoff with more efforts. “A Real Test Of a Good …
Chef-Recipes Bake it calmly..
(source: google.com) Introduction This is very crucial state of your learnings with chef. It’s not easy to deposit that much of attention continuously so be calm and reassemble all your amplitude for the next bout. Straightway we are going to clash with chef-recipes. We will try to maintain the balance so we didn’t feel overfed. …
Chef-Resources Elementary ingredient..
Introduction Resources are the “elementary ingredient” of Chef house. Before mounting up on the spikes of chef’s elevations, it’s favorable to tailor your suit with basics. Combining common ingredients to make a new play substance is always thrilling!. I wish I had some magic secrets or shortcuts to share, but the truth is that you …
Chef-Resources Easy as pie..
Introduction Resources are the basal element of chef’s heap. In all the functioning of chef, resources are in crux. These are a very first statement of any chef recipe or cookbook. In this blog we only intensify on the practical approach of working with resources. This article will help you to compose a primitive awareness …
Chef Start here with ease..
Introduction “Until I discovered cooking, I was never really interested in anything. Julia Child” Chef, the lead in automation industry has many tickling facet and calibre. Before introducing the potentials of “The Chef”, it’s non negotiable to evade the foresight of its relevance to devops exercises. Chef can take care of server automation, infrastructure environment …