Category: Automation

  • Terraform infrastructure provisioning Automating infrastructure as a code is ease by using terraform, we can use terraform to build servers as Infrastructure as a code, We can build easily using terraform in AWS, Azure, VMWare environments easily with simple codes.…

    Terraform infrastructure provisioning -Infra as Code Part 1
  • Docker is a container that runs on the Base Operating system like Linux OS, Virtualization uses the hardware resources whereas Container uses the Installed Operating system resources. In other words container platform Docker is a system program that performs the…

    Docker Container Platform – Part1
  • The low disks space may lead to cause service outage to the customer if that unnoticed. As we know most of the disk space gets occupied by log files and that could be any log files on windows or third…

  • For our repeated tasks we can create a playbook, using the playbook we can run multiple tasks. in this section we are going to see how to write a playbook for the package installation

    Simple Ansible playbook for installing packages