Ansible End to End | Part 1

preview_player
Показать описание
Welcome Back!

Ansible End to End | Part 1

Let's join with us "Just one try" a startup Entertainment “Youtube Channel" and support us.

Please subscribe my channel and keep support 
I wanted to make this video as it is something that I am asked constantly and I thought may be useful to anyone who wants to Joy! If you have any other questions, feel free to ask in the comments below!
*********************************************
Follow My Social Medias!

★☆★ RECOMMENDED RESOURCES: ★☆★
If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
Leave a comment below with your thoughts.

Steps to Configure
--------------------------------
Step1 : Install the Ansible - Package in the MAster, not in the worker

Step2: Create the user (ansible) to controll

Step3 : Allow the ssh configuration (password auth) for root (PermitRootLogin yes,
PasswordAuthentication yes)

Step4: In the config file (visudo) enable ansible has a "root" permission

Step5: Switch to ansible user

Step6: Generate ssh-keygen for user ansible

Step 7: Ping from master to worker and ensure the connection.
ICMP Port needs to enable

Step8: copy your ssh key from master to worker

Step9: Add the host ip of worker in the master
Рекомендации по теме