Last updated: Sep 6, 2022

Configuration Management

In the DevOps domain, we require a lot of configuration management which is used when we need the platforms to automate, design, and monitor manual configuration processes. Hence, this section covers all those tools. In order to keep the systems in known desired states, we need configuration management. Through this technology, the consistency of software and systems is highly maintained. When automation is combined with configuration management it improves the efficiency as manual configuration processes are replaced with automated processes.

Ansible

Ansible is one of the configuration management tools that helps in the provisioning of network devices, hypervisors, and computing hosts inside the cloud. With the help of ansible, it becomes easy to manage a whole network of computers at once. For working with ansible it's not necessary to have the knowledge of any programming language. The ansible files are human-readable and easy to understand. It has no dependency on any agent software. It is a very excellent and in-demand automation tool.
Introduction to Ansible
This article incorporates a brief introduction to Ansible.
Ansible Environment Setup EASY
In this blog, we have discussed the definition of Ansible , its working, and Ansible Environment Setup.
Ansible YAML Basics
In this blog, we have discussed about Ansible YAML Basics, key-value pair, list representation, lists inside, and of dictionaries.
Ansible Ad hoc Commands
In this blog, we will learn about Ansible Ad hoc Commands and file formatting, followed by frequently asked questions.
Ansible - Playbooks
In this blog, we have discussed the definition of Ansible, its YAML Basics, Ad-hoc Commands, Playbooks, Playbooks Testing Strategies, and Error handling in Ansible Playbooks.
Ansible- Playbooks Testing Strategies
This article incorporates Playbooks Testing Strategies in Ansible.
Ansible Handlers MEDIUM
In this blog, we will be discussing about Ansible Handlers in detail with some examples and applications in the real-world.
Error Handling in Ansible Playbook
This article incorporates information on error handling in ansible playbook.
Ansible Tower
This blog discusses Ansible Tower, its difference from Ansible, its features, and prerequisites.
Ansible - Variables MEDIUM
In this article, we will learn the basics of Ansible, defining and registering variables and other components such as roles, tags, tower, and error handling in ansible.
Ansible Tags
This blog discusses Ansible Tags, their usage in playbooks, and some specific tags in detail.
Ansible Galaxy MEDIUM
In this blog, you will learn about ansible galaxy.
Ansible Modules
In this article, we will read about Ansible Modules and their types. We will also read about their uses with examples.
Author dawdye
0 upvotes
Ansible-Debugging Modules MEDIUM
This blog offers a detailed guide on the Ansible-Debugging Modules. It also briefly describes the steps involved in the simple and detailed debugging process. To know more about it, read on!
Ansible-Module Utilities MEDIUM
This blog offers a detailed guide on the Ansible-Module Utilities. It also briefly describes the different types of module utilities. To know more about it, read on!
Ansible-Developing plugins MEDIUM
This blog offers a detailed guide on the Ansible-Developing plugins. It also briefly describes the different types of plugins. To know more about it, read on!
Returning Values in Modules
Returning Values in Modules
Ansible Config
In this article, we will read about Ansible Modules and their types. We will also read about their uses with examples.
Author dawdye
0 upvotes
Ansible EC2 Create Instance EASY
In this article, we will discuss what Ansible does, the environmental setup for Ansible, then create an EC2 instance with Ansible.
Ansible Console MEDIUM
You'll learn about Ansible - Console in this blog.
Ansible Shell MEDIUM
You'll learn about Ansible Shell in this blog.
Ansible Collection Structure
This blog discusses the structure of a collection in Ansible. It briefly explains the various directories present in a collection structure along with the contents of the galaxy.yml file
Ansible - Templates MEDIUM
This blog explains what templates are in Ansible and why they are essential, along with some examples.
Ansible - Inventory
This blog explains the details of ansible inventory along with the details of adding variables, assigning variables, organising hosts, and Inventory setup examples.
Ansible - Apt
This blog explains the Ansible APT module. In detail, we will discuss the requirements, options, return values, installing new apt packages, removing apt packages, and many more.
Author Aditi
0 upvotes
Ansible - Lineinfile
This blog explains the Ansible Lineinfile module. In detail, we will discuss the options, insert a line, remove a line, and many more.
Author Aditi
0 upvotes
Ansible - Copy
This blog explains the Ansible Copy module. In detail, we will discuss the parameters, how to copy files from local to remote, how to copy directories from local to remote, and many more.
Author Aditi
0 upvotes
Ansible File
In this article, the reader will learn about the ansible file, how the ansible file module works, creating a file on a remote server, deleting a file on a remote server, creating a file with permissions, creating multiple files, deleting multiple files, and creating a directory.
Ansible Vault
In this article, the reader will learn about the ansible vault. Ansible vault operation, how to encrypt an existing file. How to create an encrypted file, and edit encrypted files. Encrypt unencrypted files, and view encrypted files.
Ansible - Pull
Ansible can be used to provide the underlying infrastructure of your environment. Virtualized hosts and hypervisors, network devices, and bare metal s...
Ansible - Yum
This blog walks you through the working of Ansible’s module, Yum, along with steps for its installation and usage.
Blocks in Ansible EASY
In this blog, we will learn about the blocks in Ansible
Ansible Pip EASY
In this article, we will discuss ansible pip.
Ansible Network Roles EASY
In this blog, we will learn about Ansible network roles.
Advanced Execution in Ansible EASY
In this article, we will be discussing advanced execution in the Ansible framework.
Troubleshooting in Ansible EASY
In this article, we will be discussing some common strategies for debugging the ansible playbook.
Ansible vs Chef
In this blog, we will learn about Ansible and Chef and their differences.
Ansible vs Puppet
In this blog, we will learn about Ansible and Puppet and their differences.
Ansible and BSD EASY
In this article, we will learn about Ansible and BSD.
Ansible 6 Porting Guide MEDIUM
In this article, we will be discussing the porting guide of Ansible 6 and the changes in different versions of Ansible 6.
Ansible 5 Porting Guide EASY
This article will discuss the ansible 5 porting guide and changes in different versions of Ansible 5.
Ansible 4 Porting Guide
This blog will discuss Ansible 4 porting. We will start with learning Ansible and will further explore the key points in the different versions of Ansible 4.
Ansible 3 Porting Guide
In this blog, we will discuss the Ansible 3 Porting guide, which describes the issues and significant changes in Ansible 3.
Ansible 2.10 Porting Guide MEDIUM
In this blog, we will discuss Ansible 2.10 Porting Guide. We will look further at the Ansible Playbook, Ansible Modules, Plugins in Ansible, Porting Custom Scripts, and Networking.
Ansible 2.9 Porting Guide EASY
In this blog, we will discuss Ansible 2.9 Porting Guide. We will look further at the Ansible Playbook, Ansible Modules, Plugins in Ansible, Porting Custom Scripts, and Networking.
Ansible 2.7 Porting Guide EASY
This blog will discuss the topic of the Ansible 2.7 Porting Guide, including the topics like Command Line, Python Compatibility, Playbook, Deprecated, Modules, and Plugins.
Ansible 2.6 Porting Guide EASY
This blog will discuss the topic of the Ansible 2.6 Porting Guide, including the topics like Playbook, Deprecated, Modules, and Plugins.
Ansible 2.5 Porting Guide EASY
This article will discuss the topic of the Ansible 2.5 Porting Guide, including Playbook, Deprecated, Modules, and Plugins, in detail.
Ansible 2.4 porting guide MEDIUM
In this article, we will discuss the introduction to Ansible 2.4 porting guide, Python version, inventory, deprecated, modules, plugins, tests, networking, configurations, and their types.
Ansible 2.3 porting guide MEDIUM
In this article, we will discuss the introduction to Ansible 2.3 porting guide, playbooks, modules, plugins, porting custom scripts, networking, and their types.
Ansible 2.0 Porting Guide MEDIUM
In this article, we will discuss the introduction to Ansible 2.0 porting guide, playbooks, porting plugins, hybrid plugins, porting custom scripts, and their types.
Ansible - Roles
This article explains the details of Ansible - Roles along with the details of Role Directory Structure, variable defining, location for Ansible-Roles, and Creating a New Role.

Chef

Chef is the configuration management tool that works on client-server architecture. Here, infrastructure is being managed by writing the code so that the processing becomes automated and code gets deployed easily. It uses Ruby to develop blocks like recipes and cookbooks, which are essential and act as the building blocks in the automation process. The necessary feature of chef is that it focuses on writing code rather than using the manual method. Hence, this section contains all the critical concepts of chef which are necessary to implement in real-time projects.
Overview of Knife Azure MEDIUM
In this article, we have covered all about Knife Azure. You can check the full article and learn the Overview of Knife Azure.
Author Tisha
0 upvotes
Overview of Knife Bootstrap MEDIUM
In this article, we have covered all about Knife Bootstrap. You can check the full article and learn the Overview of Knife Bootstrap.
Author Tisha
0 upvotes
Chef - Overview
In this article, we will be discussing one of the latest technology, Chef. We will just have an overview of this technology.
Chef Architecture
In this article, we will be learning the architecture of the Chef configuration management technology.
Chef-Installation Guide EASY
This article discusses the procedure to install chef software.
Chef - Airgapped Installation EASY
This article discusses the procedure for installing airgapped in software.
Chef Habitat Builder
In this article, you will learn about Chef Habitat Builder.
Installing Chef Infra Server With Automate EASY
This article will discuss installing chef infra server with automate. We will learn about installation on the same host and on a standalone server.
CHEF - SYSTEM REQUIREMENTS MEDIUM
We will look at the concepts of chef and the chef-system requirements (hardware and software).In the end, we will discuss load balancer and security as well.
CHEF - DEPLOYMENT MEDIUM
This article will discuss three CHEF deployment types: On-Premise Deployment, AWS Deployment, and AWS Managed Services Deployment.
CHEF - BACKUP & RESTORE MEDIUM
In this article, CHEF - Backup & Restore, we will see an overview of CHEF - Backup & Restore. Further, we will discuss the prerequisites of CHEF - Backup & Restore. Finally, we will see all the feathers of CHEF - Backup & Restore.
CHEF - MIGRATION MEDIUM
In this article, CHEF - Migration, we will see the Chef Backend to Automate HA along with Backup and Restore.
Data Collection in Chef
The Blog will discuss data collection in Chef. We will also read about setting up and configuring Chef Infra Server and see ways to troubleshoot common problems.
Author dawdye
0 upvotes
COMMON TERMS OF CHEF CONFIGURE EASY
In this blog, we have discussed the common terms of chef configure. Telemetry, Session Timeout, Disclosure Panel, and Banner are some of the most common terms of chef configure.
Author Shiva
0 upvotes
Chef Manage
We will find out about Chef manage in this article. We will also read about its different parts, including log management, migrate, restore, monitoring and management services here.
Author dawdye
0 upvotes
CHEF SETTINGS MEDIUM
In this blog, we will cover the different points of chef settings which are managing notifications, data feeds, data lifecycle, nodes, and projects.
Chef User Authentication
The Blog will discuss Chef user Authentication. It talks about the different authentication methods and steps to sign in. It also puts light on the configuration processes.
Author dawdye
0 upvotes
Chef Automate Users Authorisation
This blog discusses the authorisation of Chef Users in Chef Automate. It gives an overview of Identity Access Management in Chef. It also mentions the different administrative operations of IAM and IAM Actions.
Terms Related to Chef Automate Users
This blog discusses the standard terms related to the users of Chef Automate. It explains the concept of API Tokens, Policies, Roles, and Teams. It also discusses the Event feed feature in Chef Automate.
Chef Applications EASY
In this blog, we will cover the different points of Chef applications which are managing Chef EAS, setting up the application and desktop dashboard, and troubleshooting methods.
Chef Compliance
This blog discusses the features provided for Chef Compliance. It discusses the use of compliance reports, scan jobs and profiles. It also explains the /nodes endpoint in the Nodes API.
CHEF - INFRASTRUCTURE MEDIUM
This article incorporates information about the Chef infrastructure.
Chef Integration
This blog offers a detailed guide on Chef Integration. It also briefly describes ServiceNow Integration, ServiceNow Incident Creation, etc. To know more about it, read on.
Chef - Automate Basics
This blog offers a detailed guide on Chef Automate Basics. It also briefly describes the components of Chef Automate Architecture, chef-automate CLI, etc.
CHEF - UPGRADE MEDIUM
This article incorporates information on how to upgrade to a higher version of chef automate.
Chef Desktop - Getting Started MEDIUM
This article incorporates getting started with chef desktop in detail.
Chef Desktop Installation
This blog offers a detailed guide on Chef Desktop Installation. It also briefly describes the steps for installation, how to set up Automate Server, set up a quick demo, etc. To know more about it, read on!
Chef Desktop Zero Touch Deployment - In macOS
In this article, you'll learn about Chef Desktop Zero Touch Deployment - In macOS
Chef Desktop Zero Touch Deployment - In Windows
In this article, you'll learn about Chef Desktop Zero Touch Deployment - In windows
Chef- Resources - macos admin control Resource
In this blog, you'll learn about Chef- Resources - macos_admin_control Resource.
CHEF- RESOURCES - macos_app_management Resource
This article incorporates the macos_app_management Resource of Chef in detail. We have discussed the Chef, syntax, actions, properties, and many more.
Author Aditi
0 upvotes
CHEF- RESOURCES - macos_automatic_logout Resource
This article incorporates the macos_automatic_logout Resource of Chef in detail. We have discussed the Chef, syntax, actions, properties, and many more.
Author Aditi
0 upvotes
CHEF- RESOURCES - macos_automatic_software_updates Resource
This article incorporates the macos_automatic_software_updates Resource of Chef in detail. We have discussed the Chef, syntax, actions, properties, and many more.
Author Aditi
0 upvotes
CHEF- RESOURCES -macos_desktop_screensaver Resource
In this article, we will be learning about Cookstyle macos_desktop_screensaver resources, its syntax, properties, action, and Common Resource Functionality.
CHEF- RESOURCES - macos_firewall Resource
In this article, we will be learning about Cookstyle macos_firewall resources, its syntax, properties, action, and Common Resource Functionality.
Chef- Resources -macos_password_policy Resource
In this blog, we discuss how to use and implement the macos_password_policy resource in Chef
Chef- Resources -macos_power_management Resource
This blog gives a step-by-step guide on how to use the macos_power_management resource in Chef to customise and manage the power levels of kiosk-type devices.
CHEF RESOURCE windows_admin_control EASY
In this blog, we have discussed the Chef resources, mainly windows_admin_control. Chef is an automation firm created in 2008.
Author Shiva
0 upvotes
CHEF- RESOURCES - windows_app_management Resource
This blog gives a step-by-step guide on how to use the windows_app_management resource in Chef to configure nodes, hence use Gorilla for app management
CHEF- RESOURCES -windows_automatic_logout Resource
This blog explains the windows automatic logout resource, its actions, properties, and characteristics.
CHEF- RESOURCES -windows_choco_installer Resource
This blog explains the details of windows_choco_installer Resource along with the details of its syntax, actions, Common Resource Functionality, notifications, and guards.
CHEF- RESOURCES -windows_defender Resource MEDIUM
This article incorporates windows_defender Resource of Chef in detail.
CHEF- RESOURCES windows_defender_exclusion Resource MEDIUM
This article incorporates information about the window_defender_exlusion resource.
CHEF RESOURCES windows_desktop_screensaver Resource MEDIUM
This article will briefly discuss CHEF RESOURCE - windows_desktop_screensaver Resource.
CHEF RESOURCES -windows_desktop_winrm_settings Resource MEDIUM
This blog will study the windows_desktop_winrm_settings Resource, which comes under Chef Resources.
CHEF- RESOURCES -windows_disk_encryption Resource MEDIUM
This article incorporates the windows_disk_encryption Resource of Chef in detail.
CHEF- RESOURCES - windows_firewall Resource MEDIUM
This article incorporates information about the windows_firewall resource in chef
CHEF RESOURCES -windows_password_policy Resource MEDIUM
This blog will discuss the CHEF- RESOURCES -windows_password_policy Resource. We are going to analyze various actions, properties, and common properties of the resource.
CHEF-RESOURCES -windows_power_management Resource EASY
In this article, we will see the CHEF- RESOURCES. We will discuss the windows_power_management Resource and its syntax in detail.
Overview of Knife Client EASY
In this article, we have covered all about the knife client. You can check the full article and learn about Knife Client.
CHEF- RESOURCES -windows_update_settings Resource
This article explains the Chef resources window_update_settings resources. Chef resource represents a piece of the operating system.
Chef Habitat Installation
In this article, you'll learn about Chef habitat installation.
Origin in Chef Habitat
The blog discusses chef Origin Keys and creations. We also learned about several methods such as downloading, uploading and importing origin Keys settings and membership roles in origins.
Author dawdye
0 upvotes
Plans in Chef Habitat MEDIUM
In this blog, we’ll discuss the Plans in Chef Habitat.
Container Concept in Chef Habitat EASY
This blog discusses containers in Chef habitat along with its different services, and ways to run and deploy.
Chef Infra Overview
In this article, we will see the overview of Chef Infra. We will discuss the components of Chef Infra, such as Server, workstation nodes and more.
Chef Infra Installation MEDIUM
This blog will study how to install Chef Infra using various methods.
Configuring Chef Infra Server
This blog discusses how to configure the Chef Infra Server. It explains the various configuration settings of the chef-server.rb and chef-backend.rb files, Server ports and Security.
Managing Chef Infra Server
This blog discusses how to manage the Chef Infra Server. It explains the backup and restore options, backend failure recovery actions, server monitoring and tuning and accessing log files.
Users in Chef Infra Server
This blog discusses the management of users in the Chef Infra Server. It explains the authentication of users, organisation and group permissions and chef-server commands.
Overview of Chef Inspec
This blog offers a detailed guide on the Overview of Chef InSpec. It also briefly describes the core concepts, the process of installing & uninstalling, etc. To know more about it, read on!
Features of Chef Infra EASY
In this article, we will see the Features of Chef Infra. We will discuss the features like Chef-solo, Ohai, Handlers, and many more features in detail.
Policies in Chef Infra EASY
The policies in Chef Infra were discussed in this article. Policy associates settings and objects kept on the Chef Infra Server with operational and business needs, processes, and workflow.
Chef InSpec Profiles
This blog offers a detailed guide on the various Profiles in Chef InSpec. It also briefly describes the various profiles with examples. To know more about it, read on!
Cookbook in Chef Infra EASY
In this blog, we will learn in detail about Chef Infra and Cookbook in Chef Infra.
Attributes in Chef Infra EASY
This blog will give you a view of the attributes in Chef Infra, their types and Attributes array, etc.
Recipes in Chef Infra
This blog discusses recipes in Chef Infra along with its features, working, attributes, and ways to debug.
Chef InSpec Inputs
In this blog, we will discuss the basics of Chef InSpec, Chef InSpec inputs, working of input precedence, working with Inputs in Control Code, Configuring Inputs in Profile Metadata, setting Input values using --input-file and setting Input values using --input and input options reference.
Overview of Chef Infra Server EASY
This article gives an overview of Chef Infra Server and discusses its features, components, services, and subcommands for services.
Capacity Planning in Chef Infra Server
The Blog will discuss the Capacity planning in Chef Infra Server. It will also discuss the scaling, the things that may affect scalability, and the Host Specifications.
Author dawdye
0 upvotes
Common Terms related to Chef InSpec
In this blog, we will discuss the basics of Chef InSpec, its profile and inputs, common terms regarding Chef InSpec, Chef workstation, its tools, installation and set up, configuring the ruby environment, setting up Chef repo, and setting up Chef credentials.
Chef Infra Server Installation
We will discuss chef infra server installation in the blog. It will cover the prerequisites for installation and the steps to install.
Author dawdye
0 upvotes
Overview of Chef Workstation EASY
In this article, we will see the Overview of the Chef Workstation. We will discuss how to install and set up the chef workstation.
Installation & Setup of Chef Workstation MEDIUM
This article incorporates the installation and setup of the Chef Workstation in detail.
Configuring & Troubleshooting Chef Workstation
In this blog we will discuss the Chef workstation, its tools, installation, and configuration, configuring the ruby environment, setting up Chef repo and Chef credentials and troubleshooting, trusted certs, and common error coders.
Chef Berkshelf
In this article, we have discussed Chef Berkshelf. We have also talked about its basic definition, how to install it, its basic syntax and some command line interfaces berkshelf commands.
Chef Executable- CLI Tool
In this blog, we will discuss the basics of Chef Executable, its commands, syntax, options, and examples. We will also have a basic understanding of these CLI tools and how they can be used to ease the programmers in their workspace.
chef-run (executable) - Tool
In this blog, we will discuss the chef run executable, Specifying resource properties and actions, applying a Resource to a Single Node over SSH and over WinRM, running a recipe, and Configuring Cookbook Dependencies and Sources.
chef-shell (executable) - DEBUGGING TOOL
In this blog, we shall discuss the basics of Chef (executable)- debugging tools, various modes, options, and configure types. We also saw cookbooks, steps used to go through the run-list, and advanced debugging.
Overview of Chef Vault MEDIUM
This article will clearly explain the overview of Chef Vault and vault command options with examples.
Overview of ChefSpec EASY
In this blog, we have discussed the Overview of ChefSpec. Chef is an open-source cloud deployment and configuration management tool.
Author Shiva
0 upvotes
Overview of CookStyle EASY
In this blog, we have discussed the Overview of CookStyle. Chef is an open-source cloud deployment and configuration management tool.
Author Shiva
0 upvotes
CookStyle Cops - Chef/Correctness Section
This article discusses the Correctness section of CookStyle, the code linting tool.
CookStyle Cops - Chef/Deprecations Section
This article talks about the Deprecation section of CookStyle, the code linting tool.
CookStyle Cops - Chef/Effortless Section
This article talks about the Effortless section of CookStyle, the code linting tool.
CookStyle Cops - Chef/Modernize Section
This blog explains the details of CookStyle Cops - Chef/Modernize Section along with the details of its various departments and examples.
CookStyle Cops - Chef/RedundantCode Section
In this article, we will be learning about AptRepositoryDistributionDefault, AptRepositoryNotifiesAptUpdate. We will also discuss Attribute metadata and ConflictsMetadata.
CookStyle Cops - Chef/Sharing Section
In this article, we will be learning about CookStyle. We will also discuss DefaultMetaDataMaintainer, EmptyMetadataField, IncludePropertyDescriptions, IncludeResourceDescription and IncludeResourceExample.
CookStyle Cops - Chef/Style Section
In this article, we will be learning about CookStyle. We will also discuss AttributeKeys, ChefWhaaat, CommentFormat, CommentSentenceSpacing.
About Test Kitchen
This blog explains the Test Kitchen. In detail, we will discuss the key concepts in the test kitchen, Bento, drivers, validation with InSpec, work with proxies, and many more.
Author Aditi
0 upvotes
Kitchen - The CLI Tool
This blog explains the CLI tool of Kitchen. In detail, we will discuss the various commands of the kitchen CLI tool, their syntax, and what options are available with that command.
Author Aditi
0 upvotes
About kitchen.yml file
This blog explains the kitchen.yml file. In detail, we will discuss the syntax, provisioner settings, transport settings, driver settings, chef infra client settings, and many more.
Author Aditi
0 upvotes
About kitchen-vagrant Driver
This blog explains the details of the kitchen-vagrant driver along with the details of its attributes and their uses and details of predicting box names.
About Knife
This blog explains the details of Knife along with the details of Knife Subcommands, Verb Subcommands, and Knife Plug-ins.
Basic Concepts of Knife MEDIUM
This blog will discuss the basic concepts of a Knife. We will start with an introduction to Knife, followed by the main discussion.
Overview of Knife Cookbook
This article will discuss the overview of knife cookbooks. We will learn various arguments with syntax and examples.
Overview of Knife Cookbook Site EASY
This article will discuss the overview of the knife cookbook site and various commands related to it in detail.
Overview of Knife Data Bag EASY
In this article, we will be learning about the data bag of Knife. We will also learn some basic commands of the knife data bag.
About Knife Environment MEDIUM
This article will discuss the knife environments and various commands of knife environment along with the examples
About Knife Opc Subcommand MEDIUM
This article will discuss every detail of the Knife Opc Subcommand.
About Knife Node Subcommand MEDIUM
This article incorporates the Knife Node Subcommand in detail.
About Knife Org Subcommand
This article teaches us about the knife org subcommand that manages the chef infra server.
About Knife Role Subcommand MEDIUM
This article incorporates the Knife Role Subcommand in detail.
About Knife Search Subcommand MEDIUM
This article will discuss every detail of Knife Search Subcommand
Knife Supermarket Subcommand
This article teaches us about the knife supermarket subcommand that interacts with cookbooks on chef public and private supermarket sites.
About knife user subcommand MEDIUM
This article will discuss every detail of the Knife User Subcommand
About Knife Windows Subcommand MEDIUM
In this article, we will learn about the knife windows subcommand, its requirements, and the different types of arguments required.
About Knife Winrm Subcommand EASY
In this blog, we will learn about the winrm subcommand in Knife.
About Upgrade Lab
In the article, we read About Upgrade Lab. We also see the requirements and read about deploying Chef Lab upgrades and uploading processes.
Author dawdye
0 upvotes
Some Subcommands of Knife MEDIUM
In this blog, we will learn about different subcommands of Knife.
Some Subcommands of Knife 2 MEDIUM
In this article, we will be discussing some subcommands of Knife. We will learn knife delete, knife download, knife edit, knife deps and knife diff subcommand.
About Knife Cloud Plugins MEDIUM
In this article, we will be learning about plugins. Also, we will learn about different cloud plugins that are used in Knife.
About Custom Knife Plugins in Chef EASY
In this blog, we will discuss plugins in Chef. We will learn to create a custom Knife plugin from scratch and understand every component of its syntax.
About Chef Effortless Patterns MEDIUM
This blog will discuss Chef Effortless. We will discuss the advantages and disadvantages of using Effortless in Chef. We will also learn to set up Effortless and its configurations.
Brief about Chef Private Supermarket MEDIUM
In this blog, we will briefly discuss what chef Private supermarket is. We will also see the installation and configuration of the Chef Private Supermarket.
Author Harsh
0 upvotes
Overview of Effortless Audit in Chef MEDIUM
This blog will teach you about the effortless audit in Chef. You will learn how to write the wrapper profile pattern and about Chef InSpec Waivers.
Overview of Effortless Config in Chef MEDIUM
This blog will teach you about effortless config in chef. You will also learn about the chef-repo cookbook pattern and policyfiles cookbook pattern.
Overview of Effortless Variables and Config in Chef MEDIUM
This blog will teach you about effortless variables and configuration in Chef. You will also learn about default values and settings in Chef.

Puppet

Puppet is the configuration management tool developed in Ruby that helps to maintain difficult infrastructure in a very efficient way. This tool comes into the picture when there is a massive infrastructure built and it becomes difficult to maintain them. In such circumstances, Puppet comes into the picture. Let's understand this tool in depth with the help of this section.
Managing Infrastructure with Puppet Enterprise
This article will discuss managing infrastructure with Puppet Enterprise.
Configuring Disaster Recovery in Puppet
This article will teach you about Configuring Disaster Recovery in Puppet.
Managing Access in Puppet
This article will discuss managing access in Puppet. We will also discuss creating and managing local users and user roles.
LDAP Authentication in Puppet
This article will discuss LDAP Authentication in Puppet.
SAML Authentication in Puppet
This article will teach you about SAML Authentication in Puppet.
Token based Authentication in Puppet MEDIUM
In this blog, we will learn about the Token based authentication in Puppet.
Author akscrv
0 upvotes
Concept of RBAC API in Puppet MEDIUM
In this blog, we will discuss the Concept of RBAC API in Puppet.1 and RBAC request API creation.
Basics of RBAC API v1 in Puppet MEDIUM
This article will discuss the Basics of RBAC API v1 in Puppet.
Advanced Concepts of RBAC API v1 in Puppet
This article will show the Advanced Concepts of RBAC API v1 in Puppet and its different parts and endpoints.
About RBAC API v2 MEDIUM
In this article, we will learn about RBAC API v2 and its various endpoints.
About Activity Service API in Puppet MEDIUM
This article will discuss the role of the Activity service layer with Puppet API.
Basics of Reporting and monitoring in Puppet
This article will teach about Puppet and the Basics of Reporting and monitoring in Puppet.
Advanced Concepts of Reporting and monitoring in Puppet
In this article, we will learn about Puppet and its Advanced Concepts of Reporting and monitoring.
Concepts of Metrics API in Puppet
This blog helps you clear your understanding of Concepts of Metrics API in Puppet. We will also discuss metrics API versions 1 and 2.
Concept of Status API in Puppet EASY
This blog helps you clear your understanding of Status API in Puppet. We will learn how to authenticate and form status API requests.
Advanced Concept of Status API in Puppet
This blog will be a guide to the advanced concept of status API in Puppet. It includes the topics services endpoint, services plaintext endpoint, and metrics endpoints.
Basic Concept of Managing Nodes in Puppet MEDIUM
In this blog, we will discuss the Basic Concept of Managing Nodes in Puppet.
Advanced Concept of Managing Nodes in Puppet MEDIUM
The Blog discusses the Advanced Concept of Managing Nodes in Puppet. It also talks about grouping, classifying and making changes to nodes.
Author dawdye
0 upvotes
Basic Concepts of Node classifier API v1
The Blog discusses basic concepts of Node classifier API v1. It talks about the Requests, Grammar Endpoints and Authentication.
Author dawdye
0 upvotes
Advanced Concepts of Node classifier API v1 MEDIUM
The Blog discusses advanced concepts of Node classifier API v1. It talks about different endpoints.
Author dawdye
0 upvotes
Node Classifier API v2 EASY
This blog discusses the Node Classifier API v2. It explains the API's classification endpoint and its format.
Node inventory API v1 EASY
This blog discusses the Node Inventory API v1. It briefly explains the four endpoints and the errors encountered while using the API.
Managing Patches in Puppet EASY
This blog covers the Management of Patches in Puppet. It discusses how to configure patch management and patch nodes.
Orchestrating Puppet EASY
This blog offers a detailed guide on Orchestrating Puppet. It also briefly describes how the Puppet orchestrator works, the various components in the Puppet orchestrator architecture, and how to debug them.
Concept of running Puppet on demand EASY
This blog offers a detailed guide on the Concept of running Puppet on demand. It also briefly describes the process of running Puppet on demand from the console and the CLI.
Installing and Configuring Puppet Enterprise MEDIUM
This article will discuss Puppet Enterprise and how to install and configure it.
Author
0 upvotes
Plans in Puppet Enterprise MEDIUM
In this article, you'll learn about Plans in Puppet Enterprise and installing plans.
Running Plans in Puppet Enterprise MEDIUM
In this article, you'll learn about Running Plans in Puppet Enterprise, Running Plans from the console and command line, and inspecting the plans
Writing Plans in Puppet Enterprise MEDIUM
In this article, you'll learn about Writing Plans in Puppet Enterprise, Naming Plans, and defining plans permission.
Basics of Orchestration API V1 in Puppet
This blog explains the details of the Basics of Orchestration API V1 in Puppet, along with the details of Orchestrator API authentication, Root endpoints, Command endpoints, and Inventory endpoints.
Basics of Orchestration API V1 in Puppet - Part 2 MEDIUM
In this article, we will be learning about the Basics of Orchestration API V1 in Puppet.
Advanced Concepts of Orchestration API V1 in Puppet HARD
In this article, we will be learning about Plans endpoints and their request format, response format, and error response. We have also discussed GET /plans/<module>/<plan-name>.
Managing and Deploying Puppet Code MEDIUM
In this article, we will be learning about Managing and Deploying Puppet Code. We will also discuss Managing environments with a control repository.
Managing Code with Code Manager in Puppet MEDIUM
In this article, we will be learning about Managing Code with Code Manager in Puppet. We will also discuss how to code manager works, understand file sync and the staging directory, and Environment isolation metadata and Code Manager.
Basics of Managing Code with Code Manager in Puppet
This blog explains the Code Manager in Puppet. In detail, we will discuss how to customize the code manager configuration, trigger the code manager on the command line, trigger the code manager with a webhook, trigger the code manager with custom scripts, troubleshoot the code manager, and many more.
Author Aditi
0 upvotes
Managing code with r10k in Puppet
This blog explains Managing code with r10k in puppet. In detail, we will discuss the setup of r10k, configure r10k, customize r10k configuration, deploy an environment with r10k, and many more.
Author Aditi
0 upvotes
SSL and Certificates in Puppet
This blog explains the SSL and Certificates in Puppet. In detail, we will discuss how to regenerate the console certificate, regenerate infrastructure certificates, using independent intermediate certificate authority, and many more.
Author Aditi
0 upvotes
Advanced Concepts of SSL and Certificates in Puppet
This blog explains the details of Advanced Concepts of SSL and Certificates in Puppet, along with the details of using a custom SSL certificate, generating a custom Diffie-Hellman parameter file, and Enabling TLSv1.
Concept of Maintenance in Puppet
This blog explains the details of Maintenance in Puppet along with the details of Backing up and restoring Puppet Enterprise, Enabling the pe_databases module, and Rotating the inventory service secret key.
Basic Concept of Troubleshooting in Puppet
This blog explains the basic concept of troubleshooting in Puppet. In detail, we will discuss troubleshooting, log locations, troubleshooting installation, disaster recovery, troubleshooting connections between components, and many more.
Author Aditi
0 upvotes
Advanced Concept of Troubleshooting in Puppet
This blog explains the Advanced concepts of troubleshooting in Puppet. In detail, we will discuss troubleshooting the databases, SAML connections, backup and restore troubleshooting, troubleshooting code manager, and many more.
Author Aditi
0 upvotes
Overview of Open Source Puppet
This blog explains the overview of open-source Puppet. In detail, we will discuss Puppet's desired state management, key concepts behind Puppet, the puppet platform, features, and many more.
Author Aditi
0 upvotes
Overview of Puppet Server
In this blog, we will discuss Puppet Server release notee like Puppet Server 7.9.1, Puppet Server 7.9.0, Puppet Server 7.8.0, Puppet Server 7.7.0, Puppet Server 7.6.1, etc. Then we will discuss Puppet Server known issues like Access CA endpoint to update CRLs, Server-side Ruby gems that might need to be updated for upgrading from JRuby 1.7, tmp directory mounted noexec, etc.
Overview of PuppetDB
In this blog, we will discuss the system requirements of puppetDB 7, making a contribution to puppetDB, many released notes of puppetDB and its versioning policy, and known issues of puppetDB.
Methods to install PuppetDB
In this blog, we will discuss installing PuppetDB via a Puppet module, installing from packages, installing from source, upgrading PuppetDB, manually upgrading PuppetDB, connecting Puppet Servers to PuppetDB, and connecting standalone Puppet nodes to PuppetDB.
Configuring PuppetDB
In this blog, we discussed what is puppetDb and its configuration features. Along with this, we will also learn about the log back logging- configuration, its [main] setting configurations along with postgre sql and its setting.
Advanced Features of PuppetDB
Having studied the basic operations of the PuppetDb database, in this article we will learn about some of its advanced features like how to use it to check node status, and how to maintain and tune the performance of monitors or deactivate it. We will also learn about using Puppet CLI, Exporting and anonymizing data, and Debugging with remote REPL.
Troubleshooting of PuppetDB
In this article, we will understand the causes and reasons for the troubleshooting problems occurring especially in puppetDb, and ways to resolve them. We will also understand its internals like the architectural views, terminus, PDB diagnostics, troubleshooting sessions, and session loggings.
Puppet Query Language EASY
We will learn about Puppet Query Language in this article. We will see how the query is formed and executed.
Basics of Query API Version4 in PuppetDB EASY
The query API in PuppetDB is implemented as HTTP URLs on the PuppetDB server. It is easy to understand and use.
Advanced Concepts Of Query API Version4 In PuppetDB
This article is an in-depth discussion about the advanced concepts of query API version4 in puppetDB including learning about endpoints.
Admin API version 1 in PuppetDB EASY
This article will explain all the aspects of Admin API version 1 in PuppetDB. We will learn about the Admin commands endpoint and archive endpoint.
MetaData API version 1 in PuppetDB MEDIUM
In this blog, we will learn about the MetaData API version 1 in PuppetDB.
Author akscrv
0 upvotes
Metrics API version 1 in PuppetDB MEDIUM
This blog will cover the Metrics API version 1 in PuppetDB and API challenges in PuppetDB.
Author akscrv
0 upvotes
Wire Formats in PuppetDB MEDIUM
This blog explains what wire formats are, how they are used in Puppet, and the wire formats for the different types of documents in Puppet.
Key Concepts of Puppet MEDIUM
This blog explains what Puppet is, what it is used for, what its features and workflows are - and other key concepts of Puppet.
Installation of Puppet MEDIUM
In this blog, we will go through the process of installing Puppet - both Puppet Server and Puppet Agent, and configuring them to work with each other.
Configuring Puppet Setting MEDIUM
In this blog, we will discuss the process of configuring puppet settings. We will learn the various types of configuration settings and a few key configuration settings.
Configuring Puppet Files MEDIUM
This blog will discuss configuring puppet files. This includes configuration reference, editing settings, checking the values, and adding mount points.
Upgradation Concept in Puppet MEDIUM
In this blog, we will discuss the complete upgradation concept in Puppet. This includes its three components, PuppetServer, PuppetDB, and Puppet Agents.
Environments in Puppet
Puppet is devops platform for configuration management. Environments in Puppet help in creating multiple configurations. Let’s discuss how to create environments and environment resources.
Directories and Files in Puppet
Let’s discuss about various directories and files in Puppet, location in which the directories are kept, the contents stored in them and their interpolation.
Key Points of Puppet Server
In this article, we will discuss Puppet server. We will discuss how to install Puppet server, system prerequisite and general information about Puppet server.
Configuring Puppet Server
This article will discuss different config files and settings that can be used to configure puppet server.
Author Harsh
0 upvotes
About Puppet Server Configuration Files
n this article, We are going to see the new file format HOCON, and we will also discuss the settings that differ between the old and new versions of the puppet server.
Author Harsh
0 upvotes
Using and Extending Puppet Server
This blog will go over the puppet server and how we can enhance it with various commands and features.
Author Harsh
0 upvotes
Developer Information In Puppet HARD
This article describes about the developer information in Puppet software management tool.
Author Manshi
0 upvotes
Overview of Puppet Server HTTP API MEDIUM
In this article, we have covered all about Puppet Server HTTP API. You can check the full article and learn HTTP API in puppet server.
Author Tisha
0 upvotes
Overview of Puppet v3 API
In this article, an overview of Puppet v3 API is discussed covering different aspects.
Author Manshi
0 upvotes
Overview of Puppet v4 API MEDIUM
In this article, we have covered all about the Puppet v4 API. You can check the full article and learn about v4 API in Puppet.
Author Tisha
0 upvotes
API Endpoints in Puppet
In this blog, we will learn about API Endpoints in Puppet.
Certificate Authority and SSL in Puppet MEDIUM
This article describes different aspects of Certificate Authority and SSL in Puppet.
Author Manshi
0 upvotes
Facter in Puppet MEDIUM
This article will discuss Facter in Puppet in detail.
Overview of Custom Facts in Puppet EASY
In this article, we will learn about custom facts in puppets, and how to add and write them. We will also discuss how to troubleshoot custom facts.
Author Rashi
0 upvotes
Puppet Services and Tools MEDIUM
In this article, we will learn about the various puppet services and tools, the commands supported by puppet service, and how to run them on windows.
Author Rashi
0 upvotes
About Primary Puppet Server EASY
In this article,we will learn about the primary puppet server, which includes information on puppet agents, puppet apply and puppet models.
Author Rashi
0 upvotes
Life Cycle of Puppet Run
This article will discuss the life cycle of Puppet run. We will learn Puppet's internals and the process of catalog compilation.
Usage of Puppet Code MEDIUM
This article will discuss the usage of Puppet code. We will learn about classifying nodes and using content from Puppet forge.
Puppet Man Pages
This blog discusses puppet man pages. We begin with puppet and finally proceed with learning puppet man pages along with their description and configurations.
About Bolt
This article covers everything you need to know about Bolt. And What is it about bolt which makes it stands out, its installation, and creating the project
Author Shiva
0 upvotes
Installing Bolt EASY
In this blog, we have discussed a glimpse of Bolt and on installing Bolt onto one’s operating system.
Configuring Bolt
This article incorporates the configuration of the bolt in detail.
Running Bolt EASY
This article discusses Running Bolt. We will discuss how to run a command, task, plan, and script. And steps to upload and download a file or directory.
Scripts in Bolt MEDIUM
This article incorporates information about the scripts in Bolt and how we can load and manipulate scripts in Bolt.
Tasks in Bolt MEDIUM
This article will discuss the concept of Tasks in Bolt descriptively.
Basics of Modules in Bolt
This blog will help to understand the basic concepts of modules in Bolt. Bolt is an orchestration tool to automate the configuration of devices. You c...
Usage of Bolt with Puppet MEDIUM
This blog discusses the usage of bolt with puppet. We first discuss bolt and puppet in detail, followed by the discussion of configurations and testing, and setup.
Overview of Puppet Comply
This blog is about Puppet Comply. We will learn about Comply terminology, Supported CIS Benchmarks, CIS scan reports, CIS scan report details, and desired compliance.
About Puppet Application Manager
This blog is about Puppet Application Manager. We will learn about its architecture overview and its requirements in detail.
Puppet Application Manager Installations
The article explains the installation processes in the Puppet application manager. It also shows the steps of PAM HA online and offline installations.
Author dawdye
0 upvotes
Scheduled Scans In Puppet Comply
In this article, we will learn more about scheduled scans. Furthermore, we will see the scheduled scans table, view details of a scheduled scan, and much more.
Continuous Delivery for Puppet Enterprise
In this article, we will be discussing Continuous Delivery for Puppet Enterprise. Also, we will be discussing its installation, configuration, and deployment.
Configuring and Adding Integrations in Puppet Enterprise
In this article, we will be configuring and adding some important integrations in the Continuous Delivery for Puppet Enterprise.
Management Concept in Puppet Enterprise
In this article, we will be discussing the management concept in Puppet Enterprise.
Impact Analysis in Continuous Delivery
In this blog, we will learn about impact analysis in continuous delivery for puppet enterprises.
Deploying Puppet Code in Continuous Delivery
In this blog, we will learn how to deploy puppet code in continuous delivery for puppet enterprise.
Advanced Concept of Puppet Development Kit
This blog explains the details of the Advanced Concept of Puppet Development Kit.
Overview of Puppet Remediate
This blog explains the details of the Installing remediate in which we discuss Architecture, System requirements and installation.
Advanced Concept of Puppet Remediate MEDIUM
In this blog, we will learn more about the Advanced Concept of Puppet Remediate. We will briefly discuss the installation and data usage in puppet Remediate.
Upgradation Concept in Puppet Remediate EASY
In this blog, we will cover the upgradation concept in puppet remediate. We will look at different ways of upgrading puppet remediate.
Remediate Vulnerability Dashboard
In this, we will discuss the remediate vulnerability DashBoard. We will cover three main components the Dashboard Metrics bar, the Dashboard Vulnerability Overview tab, and the Dashboard Node Overview tab.
Sources in Puppet Remediate
In this blog, we will discuss Sources in puppet remediate in detail.
Tagging Nodes in Puppet Remediate EASY
This article will discuss the tagging nodes in puppet remediate. We will discuss how to assign tags to a node or multiple nodes, the import tags, etc.
Vulnerability Concept in Puppet Remediate MEDIUM
This article will give insight into the vulnerability concept in puppet remediate. We will see how to deal with the vulnerability nodes and events.
Events Concept in Puppet Remediate MEDIUM
 In this blog, we will brief the Puppet remediate, latest events, discovery events, and tasks events in detail.
Puppet Plug-in for VMWare MEDIUM
This article will give insight into the puppet plug-in for VMWare. The installation and configuration of the plug-in. We will also discuss the working.
Puppet Plug-in for VMware on Primary server MEDIUM
In this blog, we will brief the puppet plug-in, configuration of the primary server, how to install and configure a puppet plug-in, how to add a primary server endpoint.
Overview of Cloud Puppet Enterprise MEDIUM
This blog will give you an overview of cloud Puppet Enterprise. You will learn about cloud puppets’ components, functionalities and behaviour.
AWS Opsworks for Puppet Enterprise EASY
This article will discuss the topic of AWS Opsworks for Puppet Enterprise, which includes the step-by-step process of OpsWorks for Puppet Enterprise.
Important Steps for AWS Opsworks in Puppet Enterprise EASY
This article will discuss the Important Steps for AWS Opsworks in Puppet Enterprise Enterprise, which include creation, configuration, and many more.
Working with Servers in AWS Opsworks in Puppet Enterprise MEDIUM
This blog will discuss working with a server in AWS Opsworks in Puppet Enterprise. We will look at the restoration and backing up of Opsworks.
Working with Nodes in AWS Opsworks in Puppet Enterprise MEDIUM
This blog will discuss working with nodes in AWS OpsWorks in Puppet Enterprise. We will look further at adding, deleting, associating, and nodes in AWS.
Security in AWS OpsWorks Configuration Management MEDIUM
This blog will discuss Security in AWS OpsWoks Configuration Management. We will look further at Cloud Security, Data Protection, and Encryption.
AWS Opsworks Stacks with Linux EASY
We will see setting up the AWS Opsworks stack, creating and adding a layer to the stack, deploying the app, and the steps to launch this instance.
AWS Opsworks Stacks with Windows EASY
We will see ways to set up the AWS Opsworks stack, create a stack, authorize RDP access, enable the cookbooks, IIS layers, and steps to launch the app.
Shell Scripting - Break and Continue EASY
This article will discuss the break and continue in shell scripting. We will discuss the syntax and examples of the break and continue statements.
API Concept in PuppetDB MEDIUM
This blog explains the details of the API Concept in PuppetDB along with the details of API query and API curl.
Upgrading Puppet Enterprise MEDIUM
This blog explains the details of Upgrading Puppet Enterprise along with the details of migrating Puppet Enterprise and upgrading Puppet Enterprise Agents.

Salt - Configuration Management Tool

About Salt
In this article, we will discuss SALT and how to download the Salt. Further, we will cover the components of the SALT and the features of the SALT Project.
Introduction to Salt
In this article, we will discuss the introduction of Salt. We will discuss the properties such as simplicity, flexibility, scalability, and parallel execution.
Target Minions in Salt EASY
In this article, we will learn how to target minions, and various targeting techniques, along with examples.
Author Rashi
0 upvotes
Salt Install Guide MEDIUM
This blog will explain how we can install Salt in our system. We will look at the requirements and the steps required to install Salt in our system.
Author Harsh
0 upvotes
Salt System Architecture EASY
In this article, we will cover Salt System Architecture, the components of System Architecture in detail and the states of the Salt System Architecture.
Configuration of Salt Master
This blog will explain the different settings available in Salt Master. That can be used to configure Salt Master on various parameters.
Author Harsh
0 upvotes
Execution Modules in Salt MEDIUM
In this blog, we will learn about execution modules in salt.
About Salt Mine MEDIUM
In this blog, we will learn about the salt mine. We will learn about salt mine functions and many other important topics of the salt mine in detail.
Some Salt Community Resources
This blog will tell you about the resource where you can connect with the community. We will provide you with different links and resources to connect with the Salt community.
Author Harsh
0 upvotes
Configuration of Salt Proxy Minion EASY
This blog will teach you about the configuration of the salt proxy minion. You will learn about the default configuration and the YAML settings.
About Delta Proxy Minion MEDIUM
This blog will teach you about the delta proxy minions. You will also learn how to install and use delta proxy minions in a detailed step-by-step fashion.
Advanced Concepts of Jinja in Salt MEDIUM
This article incorporates the advanced concepts of Jinja in Salt.
Salt as a Cloud Controller HARD
This article incorporates the functionality of salt as a Cloud Controller.
Running Salt States And Commands In Docker Containers MEDIUM
This article incorporates the Salt States and commands in Docker Containers.
Overview of Grains in Salt MEDIUM
In this blog, we will learn about grains in the salt system.
Overview of Pillar in Salt MEDIUM
In this blog, we will learn the concept of Pillars in salt.
Storing Data in Databases in Salt MEDIUM
In this article, we will learn how to store data in databases in salt. The SDB configuration, URIs, and how to write it will be described in this article.
Author Rashi
0 upvotes
Advanced Concepts of Target Minions in Salt MEDIUM
In this blog, we will learn the advanced concept of targeting minions in salt.
About Jinja in Salt MEDIUM
This blog will discuss the introduction to jinja in salt, along with states of jinja, and will discuss all the filters that is present in jinja in salt.
About Salt SSH MEDIUM
This article will teach us about Salt SSH, how to configure it using the Roster file, how to access the keys, and how to debug if a problem arises.
Author Rashi
0 upvotes
Orchestrate Runner in Salt MEDIUM
In this blog, we will discuss the orchestrate runner in salt. We will explore various examples of orchestrate runners in salt.
Remote Execution in Salt MEDIUM
This article incorporates the remote execution in Salt.
About Salt Masterless EASY
We will discuss the Salt Masterless system and learn how Salt minion runs without Salt Master, set up minions in the local system, and much more.
Salt Master Communication with Minion EASY
This article will discuss how Salt master communicates with Salt minions. We will learn to set up firewall rules and much more.
Access Control System in Salt EASY
In this article, we will learn about Salt's access control system. We will understand how it works in peer, external auth, and publisher ACL systems.
Job Management In Salt EASY
In this article, we discuss job management in salt. We will learn about job runners and various job scheduling methods in Salt.
Salt File Server MEDIUM
This article explains the role of file servers in Salt and how they can be used to manage the deployment and configuration of files across Salt minions.
File Server Configuration in Salt MEDIUM
This article explains how we can use Salt to configure Salt File Servers, add environments and configure the local file system for masterless use.
ReturnCodes in Salt MEDIUM
This article explains the ReturnCodes Salt uses to detect errors, the concept of returners, how to use them, and how we can code our own returners.
Job Results in Salt MEDIUM
In this article, we will discuss how to save the results obtained after performing a job in the default storage and the two methods of using external storage.
Logging in Salt MEDIUM
In this article, we will discuss various log levels and how to configure salt to store the log data in a file. We will discuss each parameter used for logging in detail.
Requesting Files from Different Environments in Salt HARD
This article explains how we can set up different environments in salt file servers and how to request files from different environments in Salt.
Job Cache In Salt
In this article, we will learn about caching of jobs in Salt. We will discuss the need to cache jobs and control the caching of jobs.
Beacons in Salt MEDIUM
This blog explains the concept of beacons in Salt, what they are, how to write and configure them, and how to write reactors for beacons.
External Logging Handlers in Salt MEDIUM
In this blog, you will learn about the external logging handlers in salt. You will learn about their configuration and log levels in detail.
Configuring Salt Minion MEDIUM
In the Article, we read about the steps to configure Salt Minion.
Author dawdye
0 upvotes