Tag: devops

How to create basic nested loop in ansible playbook?

How to create basic nested loop in ansible playbook?

tutadmin
October 13, 2020

How to create loop using with inline dictionary items variables

How to create basic loop using with inline dictionary items variables in ansible playbook?

tutadmin

How to create with_dict items variables?

How to create basic loop using with dictionary items variables in ansible playbook?

tutadmin

How to create with_indexed_items loop in python list format

How to create with_indexed_items loop in python list format

tutadmin
October 12, 2020

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

tutadmin

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

tutadmin

How to create with_items loop in playbook?

How to create with_items loop in playbook?

tutadmin

How to create and access extra_vars in ansible playbook?

How to create and access extra_vars in ansible playbook

tutadmin

How to create and access group_vars and host_vars in ansible playbook?

How to create and access group_vars and host_vars in ansible playbook? Create a ansible config file as ansible.cfg file in your project directory: [defaults] inventory = hosts  Create a hosts file as hosts in the project directory [webservers] ansnode1 ansible_ssh_host=192.168.56.202 ansible_python_interpreter=/usr/bin/python ansnode2 ansible_ssh_host=192.168.56.203 ansible_python_interpreter=/usr/bin/python [webservers:vars] ansible_port=22 http_port=8080 [dbservers] ansnode3 ansible_ssh_host=192.168.56.204 ansible_python_interpreter=/usr/bin/python ansnode4 ansible_ssh_host=192.168.56.205 ansible_python_interpreter=/usr/bin/python [dev:children] […]

tutadmin

How to create and access group_vars in ansible playbook?

How to create and access group_vars in ansible playbook

tutadmin
October 11, 2020
Become a Subscriber
Get the Notify on latest Videos in your Desktop and Mobile . We never spam!