My Ansible Setup for Tutorials
4:28
5 жыл бұрын
Пікірлер
@akmalfiras4105
@akmalfiras4105 13 күн бұрын
is it work for windows 10 home single language?
@AlecKinch
@AlecKinch 25 күн бұрын
Thank you, am trying to write a script I need in Python, I got it working in a root directory, but needed to change directories in the code. Ripping my hair out…..until I found and watched your video. You are so right , I needed to learn terminal to be able to do “real world” coding :)
@anerson2243
@anerson2243 Ай бұрын
I am very happy to watch this video it helps me a lot. I really appreciate you keep it up
@Anishagoyal-t1f
@Anishagoyal-t1f Ай бұрын
Good explanation, your playbook runs on all hosts, just curious to know if it works in this particular scenario here: I am running a playbook on a particular node (ansible-playbook join-cluster.yml - hosts.ini --limit 'node3') to join the cluster, to join the cluster, node3 need to retrieve the token from another server (server1) which is not part of above playbook command then how it will work?
@binaryfire
@binaryfire Ай бұрын
Great video, thanks! Is there a benefit to using both "pipelining = true" and "strategy = mitogen_linear" at the same time?
@toptechskills
@toptechskills Ай бұрын
Great question, _in theory_ pipelining should affect any ssh-based connection plugin, including Ansible's default ssh connection plugin and maybe mitogen too, since it's based on ssh. So yeah, in theory I think there could be some effect, but I didn't test it, so I would be curious to see your results if you end up testing it!
@Jonborghini
@Jonborghini Ай бұрын
i love you
@NebucadLaVey
@NebucadLaVey 2 ай бұрын
This was exactly i'm looking for - Thx for the great explanation
@haigha-qb4kf
@haigha-qb4kf 2 ай бұрын
As a newbie to Terminal, cheers mate!
@bmwforever-u1b
@bmwforever-u1b 2 ай бұрын
I loved the video Thank you very much for your help
@thomasaddis51
@thomasaddis51 2 ай бұрын
7:15 permission denied 😞
@ronen2512
@ronen2512 2 ай бұрын
very informative, thanks
@RealChristophernolan
@RealChristophernolan 2 ай бұрын
how to run a dart code wrote in text editor in terminal
@flordemariamarquezchavez198
@flordemariamarquezchavez198 2 ай бұрын
Thanks
@patchso
@patchso 3 ай бұрын
Well made tutorial. Thanks.
@jerry5149
@jerry5149 3 ай бұрын
How is this better than the GUI??
@techcolor2106
@techcolor2106 3 ай бұрын
Thank You so much! Amazing tutorial.
@regiskuzel8394
@regiskuzel8394 3 ай бұрын
Awesome job Perry!.. I've listen to several of you videos including on Mac Terminal Basics and others!.. Everyone was very helpful in my need to get trained on various topics... Keep up the great work!
@prodbydramatic
@prodbydramatic 3 ай бұрын
bro thank you so much
@azazmohammad2788
@azazmohammad2788 3 ай бұрын
Ctr+alt+t = open terminal in Linux
@eugenezuev7349
@eugenezuev7349 3 ай бұрын
clear, straight to the point, thanks
@mohammedogleh5195
@mohammedogleh5195 3 ай бұрын
Thank you so mucb bro
@jxlted
@jxlted 3 ай бұрын
Enable-WindowsOptionalFeature : Transaction support within the specified resource manager is not started or was shut down due to an error.
@mihirprakash8808
@mihirprakash8808 4 ай бұрын
bruh you saved my day from this complicated terminal commands
@bhupendrasinghsuri496
@bhupendrasinghsuri496 4 ай бұрын
Request to share ansible-playbooks on synchronize, group_by, add_host, yum_repository & assemble modules.
@yasinfarzanali
@yasinfarzanali 4 ай бұрын
thank goodness for clear english. what a breath of fresh air.
@bhupendrasinghsuri496
@bhupendrasinghsuri496 4 ай бұрын
Thanks for sharing. Like to see more content on Ansible...
@tomschneider9460
@tomschneider9460 4 ай бұрын
Command K is NOT the same as clear. Command K wipes out the previous display.
@manojkothwal3586
@manojkothwal3586 4 ай бұрын
First and foremost - Instantly subscribed to the channel. This is Fantastic i was able to solve the handlers issue halfway through this tutorial. Thank You very much Percy. 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 I was directly referring handlers inside the tasks/main.yml. Instead i created a folder handlers and saved it and that worked. playbook-master.yml roles/myroles/handlers-main.yml tasks-main.yml.
@toptechskills
@toptechskills 3 ай бұрын
Very happy the video helped, thank you for subscribing
@alain1488
@alain1488 4 ай бұрын
i have used this method before now i am moving to dev containers does the same with less overhead. I have only to install docker and vscode with a single plugin and then can i clone my dev container repo and my development enviroment is spin up.
@JD-rz1ns
@JD-rz1ns 4 ай бұрын
Fantastic tutorial, thank you very much.
@lufknuht5960
@lufknuht5960 4 ай бұрын
I see no $
@toptechskills
@toptechskills 3 ай бұрын
You may be using a newer version of Mac OS with a different shell (e.g. zsh). All the commands I cover in the video should work in the same way.
@jdwdrums
@jdwdrums 4 ай бұрын
Are you still working on finishing your Productive with Ansible course? Any updates on an ETA?
@toptechskills
@toptechskills 4 ай бұрын
Hi @jdwdrums, thanks for your comment. No ETA on the final chapter just yet, sorry. I’ve been trying to make some sales before throwing myself at the final chapter. First 2 chapters are up and ready to go, not sure if you had a chance to check them out already. Thanks again for the support.
@BruceTimberlake
@BruceTimberlake 4 ай бұрын
Looks interesting, very straightforward. Most of my team's resources are on-prem data center stuff (vms we request via a tool, or hardware that another team racks etc.), so I can't play with fancy cloud tools like this, at least not yet. But thanks for making this video!
@toptechskills
@toptechskills 4 ай бұрын
Thanks a lot for the comment @BruceTimberlake. Hopefully Terraform comes in handy if you start working with cloud infrastructure. Presuming you’re using Ansible for managing the VMs/bare metal you mentioned, is that right?
@Isaaf_Asif
@Isaaf_Asif 4 ай бұрын
August 10 2024 from Germany
@lazarszabo7885
@lazarszabo7885 5 ай бұрын
Could somebody help me a bit? Yesterday I was just logging into the computer, and stuff like spotify and google instantly open upon me logging in and i always close them, but this time when hovering over “quit” on google chrome, i noticed that the terminal opened too, i never seen it open before but i accidentally clicked “quit” on it because of muscle memory, the only thing that I have read was “- process completed -“, i’m pretty scared because im not a tech expert and i have never opened terminal, could this be some kind of spyware or a hacker by any chance?
@butterlous
@butterlous 5 ай бұрын
so helpful wow in 2024 ty I am just starting out for my career ty again!
@kazeko0
@kazeko0 5 ай бұрын
Thank you for this guide, I kept getting "ERROR! 'ansible.builtin.file' is not a valid attribute for a Play" and The offending line appears to be: --- - name: Create a directory if it does not exist ^ here I see now that I was completely omitting the tasks: section. Thank you so much!
@ThatOtherStuff-xu2fm
@ThatOtherStuff-xu2fm 5 ай бұрын
I already failed at like step two: 2:15 the terminal says permission denied to my own user (the only one on this Mac
@mrjuice159
@mrjuice159 5 ай бұрын
super useful!
@philiprand3720
@philiprand3720 6 ай бұрын
well down!
@JoeVenture1
@JoeVenture1 6 ай бұрын
please update your video
@mreddy7356
@mreddy7356 6 ай бұрын
thank you i have a problem downloading a file from internet.terminal starts with % instead of $.I am able to find the file ZIP file iwhen i click on ls when i use cd command file not seen please give your opinion Thank you
@Portia620
@Portia620 6 ай бұрын
Your awesome!!! Thank you so much!!! ❤
@Imaginariumthechannel
@Imaginariumthechannel 6 ай бұрын
Great video , you helped me with the project that I was stoked for 2 days Thank you so much
@johnnyholiday1150
@johnnyholiday1150 7 ай бұрын
Simple clear and on point 👌
@georgyurumov8095
@georgyurumov8095 7 ай бұрын
amazing video! is there anything for more advanced terminal users? for example on ssh?
@chrissphinx
@chrissphinx 7 ай бұрын
awesome to see you back! more elixir? 😄
@toptechskills
@toptechskills 7 ай бұрын
Thanks @chrissphinx! Oh man, it’s been so long since I wrote Elixir, but would be interested to check it out again. I still think it’s the most enjoyable language I’ve used for web dev specifically.
@JodyFletcherTX
@JodyFletcherTX 7 ай бұрын
Great stuff. Thank you
@toptechskills
@toptechskills 7 ай бұрын
G'day everyone, if you're currently learning Ansible and want to see how all these modules fit together to build something useful, please consider checking out my course and letting me know what you think! It's currently in "early access" while I finish off the last chapter, and the first part of the course is free so you can try it out: learn.toptechskills.com/courses/productive-with-ansible. Thanks for all your support and happy coding!
@toptechskills
@toptechskills 7 ай бұрын
G'day everyone, if you're currently learning Ansible and want to see how all these modules fit together to build something useful, please consider checking out my course and letting me know what you think! It's currently in "early access" while I finish off the last chapter, and the first part of the course is free so you can try it out: learn.toptechskills.com/courses/productive-with-ansible. Thanks for all your support and happy coding!