Ansible roles provode a framework so that you will have an organized structure of your projects that you are implementing to target hosts.It basically organize and package Ansible playbooks and associated files into reusable and modular units. It allows you to encapsulate specific tasks, configurations, and dependencies for a particular component or function within your […]
Ansible has a features which is called “template” module, by using it you can generate configuration files dynamically by using Jinja2 templating.The template module allows you to create configuration files by combining a template file with variables and facts from your Ansible playbook. It uses the Jinja2 templating to put varibales details and build configuration […]
Macvlan in docker is a networking driver which allows you to create multiple virtual network interfaces (i.e.,MAC addresses) on a single physical network interface. And we can connect each of these virtual interfaces to a Docker container which gives each container its own unique network identity on the same physical network on which host IP […]
Recent Blog