Ansible Playbook for installing the sample HTTPD server in Linux server Author 21:41 0 --- - hosts: websrvr become: true tasks: - name: Installing the HTTPD Server yum: name: httpd ... Read More
What is Ansible and Ansible Installation in Linux Ubuntu server Author 07:21 0 Ansible: 1. Ansible is an automation configuration management tool it is used for software provisioning and application deployment ansibl... Read More
WinRm Installation in Windows Host Machine in Ansible Author 22:56 0 1. Go to the below website and clone the script from the git URL or otherwise manually copy and past in to your target windows machine wit... Read More
Ansible - host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method Author 09:56 0 First you run the following command ansible -i inventory -m ping web01 -vvvv it will shows the bellow details [host_list declined parsin... Read More