Ansible Variables In playbooks, the variable is very similar to using the variables in a programming language. It helps you to assign…
history of ansible
-
-
Ansible Vault Ansible Vault is a feature which allows user to encrypt values and data structures within Ansible projects. This provides the…
-
Ansible vs Chef Ansible and Chef both are the most popular configuration management tools. Both tools can accomplish many of the same…
-
Ansible vs Puppet Ansible and Puppet are fast becoming essential components for managing a large number of servers. They are commonly called…
-
Ansible Windows Using Ansible to manage Windows, many of the syntax and rules that apply for Unix/Linux hosts also apply to Windows.…
-
Ansible Inventory Ansible works against multiple managed hosts in your infrastructure at the same time, using a list or group of lists…
-
Ansible Workflow Ansible works by connecting to your nodes and pushing out a small program called Ansible modules to them. Then Ansible…
-
Ansible Lineinfile The lineinfile is one of the most powerful modules in the Ansible toolbox. Ansible lineinfile module is used to insert…
-
Ansible YAML YAML is used to describe configuration that has been increasing in the past few years with the help of Ansible…
-
Ansible Modules Ansible modules are discrete units of code which can be used from the command line or in a playbook task.…