All Videos

How to Install Jenkins on Windows in Tamil?

How to Install Jenkins on Windows in Tamil?

June 5, 2021

How to create users using with_items in ansible playbook?

How to create users using with_items in ansible playbook? Create a ansible config file as ansible.cfg file in your project directory: Create a hosts file as hosts in the project directory Create a file named called as user_playbook.yml in your project directory to create users using with_items in ansible playbook

October 12, 2020

How to create with_items in python list format?

How to create basic loop using with_items in python list format in ansible playbook? Create a ansible config file as ansible.cfg file in your project directory: Create a hosts file as hosts in the project directory Create a file named called as motd_playbook.yml in your project directory

How to use “pause” module in ansible playbook?

How to use “pause” module in ansible playbook? Here is the sample code for pause playbook module in ansible module example — # YAML documents begin with the document separator — # the minus in YAML this indicates a list item. The playbook contains a list # of plays, with each play being a dictionary […]

October 7, 2020
Ansible in Tamil

Enabling PSRemoting in Ansible for Windows

How to Enable Ansible PS Remoting for Windows Machine?

August 25, 2023

How to create Jinja2 Template?

How to create Jinja2 Template with Demo?

November 16, 2020

What is Ansible Jinja2 Templates with examples?

What is Ansible Jinja2 Templates with examples?

What is Ansible Facts with examples

What is Ansible Facts with examples

How to create and access host variables inside the playbook?

How to create and access host variables inside the playbook

October 11, 2020
Popular Posts