AWS EC2 Instance Creation Using Ansible Playbook Automation

Amazon Web Services is introduced term called “Infrastructure as a Code” where you no need to provisioning and maintenance manually everything is going to be peace of code. In this case Ansible AWS EC2 Instance creation using ansible playbook which provides automated provisioning of EC2 instances.

READ MORE +

How to Clone a Git Repository with Ansible

When configuring remote servers with Ansible, you may encounter instances where you need to get files from a Git repository. This could be a software package from public repositories or configuration files on a private repository.

READ MORE +

Ansible file Module

Ansible file module is used to deal with the files, directories, and symlinks. You can create or remove files, symlinks or directories on the remote hosts using the Ansible file module. It is also used to change the file ownership, group and permissions.

READ MORE +

How to copy files from one server to another server by using ansible copy module

How to copy files from one server to another server by using ansible copy module

READ MORE +