#ansible_in_tamil #tamiltutera #ansibleintamil #ansible #AnsibleTutorialsinTamil

Ansible in Tamil – 07 – Setup Ansible master and node in tamil | Ansible DevOps Tutorial in தமிழ்
https://youtu.be/SHumFNfPoAE

Site: https://tamiltutera.com
Telegram Link: https://t.me/tamiltutera
Youtube Channel: https://www.youtube.com/TamilTutEra
Blog: https://tamiltutera.blogspot.com/
Like Facebook Page : https://www.facebook.com/tamiltutera2020
Follow us on Twitter: https://twitter.com/tamiltutera
Blog : https://tamiltutera.blogspot.com

Setup ansible control machine and managed nodes
ssh-keygen
ssh-copy-id -i server_username@server_hostname eg: root@ansnode1
ssh root@ansnode1

The first step is to create the key pair on the Server machine
ssh-keygen –t rsa

Once you have entered the Gen Key command, you will get a few more questions:
Enter file in which to save the key (/home/test/.ssh/id_rsa):
Enter no password for the next prompt
Copy the Public Key
ssh-copy-id test@192.168.85.135
Repeat the same process for other machines you wish to login automatically with.
Ensure the test username has sudo access to the remote clients

Ansible in Tamil – 06 Install Ansible in Ubuntu Linux | Ansible | Ansible DevOps Tutorial in தமிழ்
https://youtu.be/h9a1PT-vlLM

Ansible in Tamil – 05 – Install Ansible in Oracle Linux | Ansible | Ansible DevOps Tutorial in தமிழ்
https://youtu.be/FX3hqQdsE9k

Ansible in Tamil – 04 – Ansible – Architecture | Ansible in தமிழ்| Ansible DevOps Tutorial in தமிழ்
https://youtu.be/PK6LCjPVeHs

Ansible in Tamil – 03 – Advantages in தமிழ் | Ansible in தமிழ்| Ansible DevOps Tutorial in தமிழ்
https://youtu.be/QARxogodRBM

Ansible in Tamil – 02- Why Ansible? in Tamil | Ansible in தமிழ் | Ansible DevOps Tutorial in Tamil
https://youtu.be/GVzSjnXkSiU

Ansible in Tamil – 01 – Ansible Introduction in தமிழ் | Ansible DevOps Tutorial in Tamil | Ansible
https://youtu.be/CPSC6X5S5_o

Become a Subscriber
Get the Notify on latest Videos in your Desktop and Mobile . We never spam!
Popular Videos
Read next

Get Esxi host name by vm name using pyvmomi

Get Esxi host name by vm name using pyvmomi Import necessary modules from pyVim and pyVmomi libraries. SmartConnect is used for connecting to the ESXi host or vCenter, and vim contains the VMware Infrastructure (vSphere) model. Complete Code

December 13, 2023