My Ansible Setup for Tutorials

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

Thanks for watching and hope it's entertaining/useful for you! Hit me up in the comments if you have any questions or feedback 💪.

Related & Channel

Our Site & Socials
Рекомендации по теме
Комментарии
Автор

Thank you for sharing your knowledge. Your explanations are great.

linuxdoesmatter
Автор

Hi Percy.. I'm amaze with your videos. Can you show your configuration with your VSCode or make a tutorial how you do it? And how would you able to run the playbook from it. BTW Im using windows :) thanks

jiancarlotv
Автор

Hi percy... Thanks for this informative video on ansible modules. Can you please tell us about "cron" module too.

cooljassu
Автор

Hi Percy...Thanks for your great videos! How would your host file look if those were two CentOS machines instead of one being Ubuntu?

eddie
Автор

Hello Percy, you have such amaizing content and I love your channel, I have a question, is it possible to setup code to run the ansible playbooks which are saved in my ansible server? or it has to be local as you have it here?
Thank you!

studiophoto
Автор

Percy i must say your video is great....but for begginer it will be difficult to start...is it possible to add 1-2 introductory video to understand host, variavle, playbook etc. more specifically where to put what and how they connect each other...TIA

tamim
Автор

Why do you use inventory directory instead of just a file? Also, great tutorial ✌

dhmketu
Автор

What editor are you using for your demos?

rickhighness
Автор

@Percy Grunwald from TopTechSkills,
Could you please let me know how u setup ssh to those hosts without asking password, did you copy ssh key to those hosts?
could you please do  videos on Windows modules like mount NAS on windows server & execute commands on windows server

jayakishoreudayagiri
Автор

I can't seem to access my ubuntu server from alpine linux using ssh. I keep getting the permission denied error (publickey, keyboard-interactive). I tried everything I saw on Google but nothing worked. How do i set up my SSH keys? or maybe my ip address is wrong, how do i know the ip address in my remote host?

melontrophy
Автор

Which editor are you using to write a script?

kajalrai
Автор

How to run .yml file and can I create a file using vim editor.

kajalrai
Автор

Could you please share me distribute ssh key to multiple servers video, so i can ssh to all servers.

johnfinny
Автор

I am able to connect using my private key to both the instances but I get this error with the same setup which 2 ubuntu instances on aws

$ ansible-playbook file.yml

PLAY [run task on all hosts]

TASK [Gathering Facts]
fatal: [ubuntu_1]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"<public_ip>\". Make sure this host can be reached over ssh: ubuntu@<public_ip>: Permission denied (publickey).\r\n", "unreachable": true}
fatal: [ubuntu_2]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"<public_ip_2>\". Make sure this host can be reached over ssh: ubuntu@<public_ip_2>: Permission denied (publickey).\r\n", "unreachable": true}

PLAY RECAP
ubuntu_1 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0
ubuntu_2 : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0

I was able to use ssh with my pem key but running file.yml provides me with this error, please help.

JackReacher
Автор

Hello Percy,

Your tutorials are amazing. Thanks.
Today, I see that Ansible plugin is now RETIRED.

Any other GUI options ?

vishnubysani