How to Install Jenkins on Windows in Tamil?
June 5, 2021
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 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? 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
How to Enable Ansible PS Remoting for Windows Machine?
August 25, 2023
How to create and access host variables inside the playbook
October 11, 2020