Complete Ansible Course on Udemy:
https://www.udemy.com/course/automation-with-ansible-playbooks/?couponCode=ANSIBLE_SEP2019
Complete Python scripting on Udemy:
https://www.udemy.com/complete-python-scripting-for-automation/
Complete Bash Shell Scripting on Udemy:
https://www.udemy.com/complete-bash-shell-scripting-b/
AWS Automation with boto3 of Python and Lambda Functions
https://www.udemy.com/aws-automation-with-boto3-of-python-and-lambda-functions/
It will explain about:
How to use loops/iterations in Ansible-playbook?
To do looping:
use with_items
source
i want to pass different values to 3 different hosts ………how can we do that in ansible playbook
very good explanation
For the concept of looping creating a dir with the command module is just fine. But it would also be nice if in the end you would add changing the command module for the file module as the output in purple of ansible is suggesting.
Thanks.
I have a question about setting up local server on local machine .
Can we do that.
I am doing this for practicing at home
very good…appreciate your time..
simple and easy explanation….
I have got too many items and would like to loop over a file . How would I do that ?
Any online training