If you have so many tasks in your Ansible playbook, sometimes we need to run the specific task without whole playbook. It is possible to run only one task in an Ansible playbook with the help of "--tags" option followed by the name of the specific tag associated with the task.

Continue Reading...

Creating a directory is a recurrent operation. This requires when working like installing the application, taking backup and restoration, managing the user’s home directory, allocate a portion to a folder for a specific purpose. You can create a directory using Ansible's built-in file module. &NewLi

Continue Reading...

Ansible is providing many types of modules for the automation process, this post let starts with sends an email to the developers or others once the application is deployed to the different environments.

Continue Reading...

Ansible is an open-source software provisioning, configuration management, and application-deployment tool. Its runs and configure in both Linux and Microsoft windows.

Continue Reading...

I have written a simple Ansible yaml script for copying files from local to S3 bucket for roll back function which deployed files in client instance,

Continue Reading...