Ansible in 100 Seconds

  Рет қаралды 606,673

Fireship

Fireship

Күн бұрын

Ansible is an Infrastructure-as-Code tool that can automate almost any task on a Linux server. Learn how to use it manage your cloud computing resources like a pro.
#linux #programming #100secondsofcode
💵 Sign up for a Linode account at linode.com/fir... using the link below and get a free $100 60-day credit on a new Linode account
💬 Chat with Me on Discord
/ discord
🔗 Resources
Ansible Docs www.ansible.com
Ansible Linode Tutorial www.linode.com...
Terraform in 100 Seconds • Terraform in 100 Seconds
🔥 Get More Content - Upgrade to PRO
Upgrade at fireship.io/pro
Use code YT25 for 25% off PRO access
🎨 My Editor Settings
Atom One Dark
vscode-icons
Fira Code Font
🔖 Topics Covered
What is Ansible?
Ansible basics tutorial
What is Ansible used for?
How do I automate cloud servers?
Best Linux automation tools
Ansible vs Terraform

Пікірлер: 564
@Fireship
@Fireship Жыл бұрын
Take this free $100 credit to play with Ansible on your own servers linode.com/fireship
@tortoiseshell_cat
@tortoiseshell_cat Жыл бұрын
Thanks man
@keanutype0896
@keanutype0896 Жыл бұрын
please do: - Visual Basic in 100 seconds(if not yet made) - Object Oriented in 100 seconds - AWS in 100 seconds - BSD in 100 seconds - Pointers in 100 seconds(specially with C or C++ as example language) or: - Visual Basic for haters - Linux for haters (specially for beginner/first-time linux user context of the video) - Matlab for haters Thank you again for your works!!!
@keanutype0896
@keanutype0896 Жыл бұрын
..or also do AWS for haters 🤣
@Kowanza
@Kowanza Жыл бұрын
Illumos in 100 seconds
@PANCHO7532
@PANCHO7532 Жыл бұрын
Can yo do Squirrel in 100 seconds? (yes, it's a real programming language used by many games and embedded applications, sorta like Lua)
@WolfPhoenix0
@WolfPhoenix0 Жыл бұрын
This is the first non-AI video we've had in what feels like months! I hope we get Chef and Puppet videos too.
@LillyAnarkitty
@LillyAnarkitty Жыл бұрын
Plot twist: it was AI though
@SlexisSlacks
@SlexisSlacks Жыл бұрын
It's sponsored though. Looks like Linode initiated the video's production by giving a huge part of the script. It feels weird...
@acabreragnz
@acabreragnz Жыл бұрын
Chef no please
@aureli4nus
@aureli4nus Жыл бұрын
Chef is dead 💀💀💀
@meistens
@meistens Жыл бұрын
Would be nice to get a video on puppet
@clxxiii
@clxxiii Жыл бұрын
Jeff pronouncing ssh as SHHHHH is everything
@labiV1
@labiV1 Жыл бұрын
That took me out
@evansagina4151
@evansagina4151 Жыл бұрын
For real though 😂😂😂
@ZpeedTube
@ZpeedTube 7 ай бұрын
Completly derailed my focus lmao 😂
@militarykaliber-rp7ss
@militarykaliber-rp7ss 2 ай бұрын
It scared the shit out of me
@shyamutty
@shyamutty 2 ай бұрын
i think the voice in his videos are now AI generated
@TileBitan
@TileBitan Жыл бұрын
Fireship is using AI to pump out videos and nobody can tell me otherwise
@voidemon490
@voidemon490 Жыл бұрын
he prob made his chat gpt plugin to make it sound like himself 😂😂
@samirpsalim
@samirpsalim Жыл бұрын
The way he said SSH supports that theory.
@abrahimzaman360
@abrahimzaman360 Жыл бұрын
​@@samirpsalim yeah agreed
@gleweistam6663
@gleweistam6663 Жыл бұрын
i just came to the comments to make the exact comment kkkkk
@dovakiin0
@dovakiin0 Жыл бұрын
Or fireship was always an AI to begin with
@n00n1n
@n00n1n Жыл бұрын
I'm so stoned I watched the whole video while not understanding anything you said.
@kanadaj3275
@kanadaj3275 Жыл бұрын
Ansible isn't declarative though. You write procedural code (what to do in what order) in YAML/JSON that may call declarative tasks. But those tasks can also be imperative, so calling Ansible itself declarative is fundamentally misleading. Actual declarative would be writing an unordered specification of what a completed server looks like. An example would be Hashicorp Terraform.
@zarzache1
@zarzache1 Жыл бұрын
Also indepotent but not that much, depending on which module is being used 😊
@kanadaj3275
@kanadaj3275 Жыл бұрын
@@zarzache1 Actual declarative code tends to naturally drift towards idempotency since you describe the desired outcome, and so the machine has to check what has to be done to reach that outcome.
@gro967
@gro967 Жыл бұрын
For example PowerShell Desired State Configuration is idempotent even with custom code, because it required you to implement get, set, update and delete state scripts, which it then uses. Ansible doesn’t require this so is not inherently idempotent.
@cheaterman49
@cheaterman49 Жыл бұрын
Terraform seems amazing, I hope it gets covered here at some point :-)
@PenguinCinema
@PenguinCinema Жыл бұрын
When using modules that are not idempotent, the documentation warns you more or less that you are not using the tool properly. If the problem can't be solved with an idempotent module, you are encouraged to work around that even when using imperative steps (e.g. wrap checks around "command" module invocations to not run commands unless they need to be run).
@BlurryBit
@BlurryBit Жыл бұрын
Idempotency often times has to be achieved though, not a given.. specially when we are doing something custom like a command or something. Excellent video man!
@willfell
@willfell Жыл бұрын
plenty of modules for common commands
@HiIAmGabe
@HiIAmGabe Жыл бұрын
Idempotency is mostly due to declarative code and commands are imperative code. Avoid using commands and use declarative code instead if you want idempotency
@BlurryBit
@BlurryBit Жыл бұрын
@@HiIAmGabe Agreed! I always try using the existing community modules for everything. My comment was for the super newbies. Don’t assume that everything always will be idempotent just because you are using ansible. Otherwise you may end up with lost data and so on. 🤨
@yehiatech
@yehiatech Жыл бұрын
Thanks for the great content you provide to us!
@tholeb
@tholeb Жыл бұрын
OMG I love Ansible. My dotfiles config is deployed using ansible, and it's amazing. I can reinstall a full computer in under an hour, with all my apps, config, stuff ready at the end.
@TheFragender
@TheFragender Жыл бұрын
You don't really need a control machine, since it pushes the changes and has no state, works just fine from any python environment (be it your local machine or a container, for instance)
@user-kj5cb1hh1d
@user-kj5cb1hh1d Жыл бұрын
great timing i just got out of a job interview where the interviewer asked "ok so ansible?" and i said "no but ive done some python" before he uppercutted me
@katzy687
@katzy687 Жыл бұрын
Common combo is TF being used for provisioning, and Ansible being used to configure the provisioned resource
@XEQUTE
@XEQUTE Жыл бұрын
TF?
@XEQUTE
@XEQUTE Жыл бұрын
Tensorflow??
@jefmasereel4956
@jefmasereel4956 Жыл бұрын
Terraform
@newtonlomar9869
@newtonlomar9869 Жыл бұрын
TeamFortress.
@kashman77
@kashman77 Жыл бұрын
the fuck
@dontbemadsunshine
@dontbemadsunshine Жыл бұрын
Ansible also works with Windows over OpenSSH or via WinRM, you can authenticate via kerberos or certificate based authentication if your server is not on an Active Directory.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Can a Windows machine be the control node?
@debadityanath4398
@debadityanath4398 Жыл бұрын
Definitely didnt expect a 'in 100 seconds' nowadays, but they never get old
@sudeep_jadhav
@sudeep_jadhav Жыл бұрын
Ansible made my entire career as infra engineer 😊
@raihank3289
@raihank3289 Жыл бұрын
starting my first grad role soon will be using ansible and terraform. How would you describe your overall experience leveraging these tools?
@sudeep_jadhav
@sudeep_jadhav Жыл бұрын
@Kougami i was working as system (redhat), ansible was booster for my career, devops tools are add-on real skill is having basic understanding of platform
@sudeep_jadhav
@sudeep_jadhav Жыл бұрын
@@raihank3289 what is you domain , infra /db/network/softwares ?
@darthvader8144
@darthvader8144 Жыл бұрын
@José Mário da Silva Júnior swe is much more better than infra. When I was working in infra I felt pretty much dumb managing infrastructure while my colleges had fun with writing api
@EricDongh2p
@EricDongh2p Жыл бұрын
​@@darthvader8144that's why it's better to work in both worlds. Doing SWE and Infra 🎉
@adenrius
@adenrius Жыл бұрын
I'll never get bored of SSH being called "ssssshhhhhh".
@varunsharma5582
@varunsharma5582 Жыл бұрын
Not just linux, we also use Ansible for automating windows server using winrm. A lot of functionality is missing in base Angular and a lot of modules are outdated and break everytime there's a new version of python. So, DevOps guys like me usually use bash and powershell scripts to create custom functionalities which are more trustworthy in the long run. So, many times ansible just becomes a way to run remote shells in the cloud virtual machines. We also use it to automate PAAS features in different cloud resources using their respective cli with bash. For example using azure, aws and gcp CLI.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Can a Windows machine be the control node?
@varunsharma5582
@varunsharma5582 Жыл бұрын
@@lawrencedoliveiro9104 You could run it in docker container or wsl.
@BarelyInfected
@BarelyInfected Жыл бұрын
@@lawrencedoliveiro9104 no, and I don´t agree with the fact that everything breaks. You might be able to run it in WSL or a virtual machine but not recommended. Just install a debian machine.
@apreviousseagle836
@apreviousseagle836 Жыл бұрын
I read that as BASH and Powerful scripts, lol
@flazepe
@flazepe Жыл бұрын
"Garbage server" for AWS LMAO
@thanhtoan1742
@thanhtoan1742 Жыл бұрын
I love the video but I have to point out that "Idempotent" means that a state won't be changed if the same operation is applied multiple times, not a state won't change if it doesn't have to.
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Instead of “idempotent”, it should be described as a “makefile for distributed configuration”.
@muayyadalsadi
@muayyadalsadi Жыл бұрын
my 2 cents, ansible is "devops as code", the yaml can live on git repo, the control node is anything that has ssh to the servers you are managing, it can a dedicated control node or your laptop or both. practice ansible using ad-hoc. Idempotent means it won't screwup if you run it twice or from arbitrary starting state. After you master ad-hoc, write playbooks then write reusable rules. ansible unlike puppet and chef can orchestrate, delegate ex. go to load balancer get list of all servers, got to each server report git branch all in parallel, go back to the load balancer and iterate on all web servers one by one, remove them from LB update them then add them back to LB.
@lukasandresson3990
@lukasandresson3990 Жыл бұрын
Finally someone highlights the missing link for easy cluster management. Red Hat well done supporting the Linux community.
@alex_oceann
@alex_oceann Жыл бұрын
Can you cover the Nix shell/NixOS?
@JeffGeerling
@JeffGeerling Жыл бұрын
Dangit, now my Ansible 101 course is null and void!
@spookynutsack
@spookynutsack Жыл бұрын
I know 100% you will comment here
@zendark5356
@zendark5356 Жыл бұрын
Is pikvm production ready to colocate
@BarelyInfected
@BarelyInfected Жыл бұрын
No :)
@ishi92
@ishi92 Жыл бұрын
Having the control node on the cloud is risky since it becomes a honeypot with your ssh keys. Better to use a local machine as the control node.
@eldrah
@eldrah Жыл бұрын
Haven't touched ansible in years and the introduction of collections has gone way over my head, wish there was a better "best practices" guide for the folder structure and what not like before the introduction of collections. I know Jeff Geerling has a blogpost about some confusion with it but maybe it has been solved nowadays. Still great software. Saltstack is great too but I prefer the agentless nature of ansible and puppet's bolt seems like a nice newer contender in that space but it's still too early to really adopt it imho.
@AdamPippert
@AdamPippert Жыл бұрын
Collections is just a way to scale Ansible roles and playbooks in an organised fashion so Red Hat doesn’t have to maintain everything themselves, and vendors can package their own stuff together and be responsible for releasing it themselves. It’s just a folder structure.
@veemacks7255
@veemacks7255 Жыл бұрын
Aaaah, DevOps. Remember when they were a thing. These days Full Stack Software Engineers are expected to be their own DevOps too - using MiniKube and Kubernetes etc.
@MaulikParmar210
@MaulikParmar210 Жыл бұрын
Expected and being one - there's a big gap :) Real one managing k8s knows when to replace which component in k8 itself to scale infra cluster, ofc there are very few real sys & ops positions available as a job in serious organisation compare to all the hype which only requires consuming the product at it's minimal level or even automate 90% of the things in cloud implementations that require almost no knowledge of k8s inner workings. P.S. edit typos
@veemacks7255
@veemacks7255 Жыл бұрын
@@MaulikParmar210 Oh absolutely. Those of us forced into "doing our own devops" struggle along with a percent or two of the knowledge a devops person has. Most of the time I'm just entering a sequence of commands I was told to and not necessarily knowing what some of them mean.
@chinochao
@chinochao Жыл бұрын
Quick note. Ansible is not just to automate Linux. It supports Linux, Windows, and a variety of Network Devices. An even if something is not supported you can always run raw commands or use API calls if the device has an endpoint 😉
@IchwanulFadhli
@IchwanulFadhli Жыл бұрын
1:06 Everybody: SSH (es•es•eich) Jeff: Ssshh 🤫
@seanpreston4023
@seanpreston4023 Жыл бұрын
LITERALLY just picked up my first Ansible JIRA ticket today: absolute lifesaver!
@swissrock1492
@swissrock1492 Жыл бұрын
Ansible works not only on Linux. You can manage all kind of resources. Ansible modules are basically Python or power shell scripts.
@henrymejia926
@henrymejia926 Жыл бұрын
Quickest i've ever been here lol I LOVE all your edits and videos ❤
@c-LAW
@c-LAW Жыл бұрын
You should do a video reading the LINODE TOS. Their TOS kept me from using them.
@j-0980
@j-0980 Жыл бұрын
Could you tell me what you found?
@supersuede91
@supersuede91 Жыл бұрын
I have literally no idea what you said but I like it
@shashishekhar----
@shashishekhar---- Жыл бұрын
Great timing, I was thinking of getting started into it.
@softdevstuff1008
@softdevstuff1008 Жыл бұрын
@Kougami Or product manager does it with $20 chatgpt account 😁
@Apurvanotfound
@Apurvanotfound Жыл бұрын
Got 1st view. A question: what is future of Web developers in next 40 years according to you? (i will be in university in next 6 months. If its not very good then i might opt for chemistry)
@KaguyaTrials
@KaguyaTrials Жыл бұрын
Web Devs or well Full Stacks are getting really high pay lol
@IvanRandomDude
@IvanRandomDude Жыл бұрын
Opt for chemistry degree but learn web dev. That way you will have more options in case ChatGPT kills us all.
@veemacks7255
@veemacks7255 Жыл бұрын
If you're going to study anything in the IT area, I'd recommend AI, Cyber Security and Robotics. There might be a 10 year career in those. In a decade though, there'll be general AI that uses Quantum Computers to auto-detect any cyber security threats and then designs, builds, and dispatches armed robots to destroy the attackers.
@Apurvanotfound
@Apurvanotfound Жыл бұрын
@@KaguyaTrials but sooner or later Chat GPT will make it a lot easier to create websites. And according to economics, the value of a job/service/ product decreases with either ease in barrier to entry or lack of skills required practically. Just like teachers.
@Astra3yt
@Astra3yt Жыл бұрын
Fun fact: if you have cowsay installed, ansible will automatically find it and use it to print messages. It's actually really funny and refreshing.
@lost_pictures
@lost_pictures Жыл бұрын
I installed it on our server and my boss asked me what that thing is that suddenly got displayed 🌚
@cpprogramming2471
@cpprogramming2471 Жыл бұрын
I was coding in JS and my mom walked in, I immediately switched to p*rn because it was easier to explain
@asdfjackal
@asdfjackal Жыл бұрын
DeHaan was the advisor for my graduating classes senior capstone projects at university. Cool guy.
@_theashishbhatt
@_theashishbhatt 9 ай бұрын
I am starting to notice your messages for Mom. I love how this was special for you guys.
@rsnoussi
@rsnoussi Жыл бұрын
Thank you Red Hat for such great Tech !!
@dejangegic
@dejangegic Жыл бұрын
The way you spelled SSH makes me think you sir are using AI lately. Ain't complaining, love the frequent uploads
@lazyalpaca7
@lazyalpaca7 Жыл бұрын
At this point we have a code report everyday, I like it.
@dwaipayanmunshi7691
@dwaipayanmunshi7691 Жыл бұрын
One of the very underrated ones in this field is SaltStack
@caseygrzecka515
@caseygrzecka515 Жыл бұрын
Best Linode commercial ever! Now do Digital Ocean! ;-)
@lordicemaniac
@lordicemaniac Жыл бұрын
that ssh prononciation at 1:04 got me :D
@ScibbieGames
@ScibbieGames Жыл бұрын
You should cover NixOS / Nix Package Manager, for a true declarative system configuration
@facundolucero5386
@facundolucero5386 Жыл бұрын
I was searching this comment, NixOS is awesome
@ir0nmarshmallow85
@ir0nmarshmallow85 10 ай бұрын
When you literally said "shhhh" instead of SSH I actually laughed. Love the vibe.
@KgfLikia
@KgfLikia Жыл бұрын
We are using ansible for deployment too.
@lauriekimani
@lauriekimani Жыл бұрын
Another wonderful evening with fireship.
@Arillaxe
@Arillaxe Жыл бұрын
0:28 "AWS - Garbage server" That's straight up violence
@Rico-Suave_
@Rico-Suave_ 9 ай бұрын
Great video, thank you very much , note to self(nts) watched all of it 01:11
@JustPyroYT
@JustPyroYT Жыл бұрын
Please make object-oriented programming in 100 seconds next :)
@NotTheHeroStudios
@NotTheHeroStudios Жыл бұрын
Alright.. That's it's, Jeff is official an AI and doesn't exist, there us NO WAY a human can release content this fire, this frequently, and this informative
@a.afshari2602
@a.afshari2602 4 күн бұрын
God I love this channel
@anon-fz2bo
@anon-fz2bo Жыл бұрын
"automate any job u do more than once" is a good philosophy
@och_caroline
@och_caroline Жыл бұрын
0:18 Worth saying that Windows management is also achievable, heard from my friend. Sometimes I (erm, I mean - my friend ;)) needed to develop my own modules to achieve things that would run smoothly on Linux, but it's achievable :) Plus - writing modules with PowerShell is a bonus ;)
@cheaterman49
@cheaterman49 Жыл бұрын
Very nice, I've had my eye on Ansible for a good while now! I wonder if you could cover Terraform at some point, I've been doing some AWS lately and while it's pretty nice I was looking for something that wouldn't lock me with a specific Cloud provider and Terraform seems to be the answer :-)
@joshbarghest7058
@joshbarghest7058 Жыл бұрын
He has
@LeeorVardi
@LeeorVardi Жыл бұрын
Terraform is not Cloud agnostic, instead it's a syntax that supports many "providers", usually written by the Cloud Platform holders themselves due to Terraform's popularity and prevalence, and each of these providers is extremely specific to the services, entities and structure of the cloud it is meant to automate. Essentially, this means that every Terraform file reads like an inventory list for how to build a specific configuration of entities, and each entity is incredibly provider-specific, both in name and nature and attributes, and you have to understand these entities to build a module. think of it like this. if your terraform is building a chair, then it would contain beams, nails, and the cushion - and they would utilize each others outputs.
@cheaterman49
@cheaterman49 Жыл бұрын
@@LeeorVardi Thanks for your answer! So in essence you reckon unless someone creates a layer of entities that abstract away the provider-specific bits, the provider-agnostic promise is very much a dream? Or rather, it's more like you can use X or Y but not really switch from one to the other easily?
@cheaterman49
@cheaterman49 Жыл бұрын
@@joshbarghest7058 I hadn't realized, thanks for telling me :-) EDIT: Somehow not quite as impressive as the Ansible one, haha!
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Except he’s talking about Anzible instead of Ansible.
@Movi978
@Movi978 Жыл бұрын
the timing is impecable, as always
@vinektobas3706
@vinektobas3706 Жыл бұрын
Jeff geerling loves ansible
@Kowanza
@Kowanza Жыл бұрын
0:18 it can do almost everything: Linux, Windows, BSD, illumos
@meowzhin
@meowzhin Жыл бұрын
Man... the "Then shhhh into it." got me. Freaking hilarious.
@VarunSharma-vc1yu
@VarunSharma-vc1yu Жыл бұрын
THANK YOU FOR MAKING THIS VIDEO!
@arseneandrouse5554
@arseneandrouse5554 Жыл бұрын
Let's get him to 2M subs... We can do it!
@oldwillsy
@oldwillsy Жыл бұрын
Would love to see R in 100 seconds!
@Noriyak1
@Noriyak1 Жыл бұрын
ansible is super simple i love it
@Dev-Siri
@Dev-Siri Жыл бұрын
Jeff saying ssh "SSHHHHHH" confirms that he is not yet using AI to make his videos.
@ChaoticNeutralMatt
@ChaoticNeutralMatt Жыл бұрын
He totally had SSH like that on purpose to make us question if he voiced it.
@SIMULATAN
@SIMULATAN Жыл бұрын
I once demo'd ansible with docker containers, it took 15 minutes and after it everyone was confused about it. Ever since then, this incident has become a meme and I'm now known as the demo guy
@vivsh.1999
@vivsh.1999 Жыл бұрын
1:05 "...then shhh into it..."🤣
@arianvc8239
@arianvc8239 Жыл бұрын
shhhhing into a server is my new favorite
@diegocastaneda4325
@diegocastaneda4325 Жыл бұрын
Did he say "shhhh into it" ? 🤣🤣🤣 I love this guy.
@latentessence
@latentessence Жыл бұрын
So I have been wairting for this video for so long. I really needed a nice summary for my docs
@PcManist
@PcManist Жыл бұрын
I just finished my assignment about Ansible 30 minutes ago and this video finds me
@luckiertwin2
@luckiertwin2 Жыл бұрын
The A in Ansible icon doesn’t actually stand for Anisble. It actual stands for: AI Advancing Aggressively
@tendaizhou4139
@tendaizhou4139 Жыл бұрын
Thank you for this one. Please do Rancher (k8s ) in 100s
@cindrmon
@cindrmon Жыл бұрын
thank you! been waiting this for a long time
@andythedishwasher1117
@andythedishwasher1117 Жыл бұрын
It's crazy how you keep putting up hundred second videos on tools I just picked up like three days before your drops. Are you using AI to analyze adoption rates?
@SirDamatoIII
@SirDamatoIII Жыл бұрын
Corporate uses Terraform, and has no change my mind option. So although cool, not an option. On a more positive note, still looking forward to that SvelteKit course!
@TristinMays-fg1fh
@TristinMays-fg1fh Жыл бұрын
Been using Puppet for a while. I can now add ansible to my skills in my resume. 😅
@pranavbhat92
@pranavbhat92 Жыл бұрын
Hey I remembered Bucky Roberts listening to you! 😌
@leovin00
@leovin00 Жыл бұрын
Friendship ended with Chef, now Ansible is my best friend
@alkeryn1700
@alkeryn1700 Жыл бұрын
you should do a video on Nix, Nixos and possibly guix.
@crizwiz489
@crizwiz489 Жыл бұрын
Can you please do a video on CMS and how to make them blazing fast and or new techniques and technologies in that domain
@Djellowman
@Djellowman Жыл бұрын
What are the advantages / disadvantages of using this over cloud services like AWS or Azure?
@Djellowman
@Djellowman Жыл бұрын
Or Kubernetes?
@funkynerd_com
@funkynerd_com Жыл бұрын
I used Ansible for almost 10 years. I swear it's been around longer than since 2012. Anyway, I recently replaced it with containers and Gitlab pipelines because this boy ain't no stinky sysadmin. DevOps for life yo.
@getstuk87
@getstuk87 Жыл бұрын
How do you configure changes to the system image? Manually and then bake that image?
@funkynerd_com
@funkynerd_com Жыл бұрын
@@getstuk87 I'm not sure what you're asking. System image? It's a container. Anywayz, my projects have a Dockerfile that contains all the commands required to build the image for it. Then "docker build" is called from the pipeline. Image is built, shipped off to a repo and command sent to AWS-EB to download the new image and restart.
@RohitMishrarvr
@RohitMishrarvr Жыл бұрын
Would be awesome to have CDK here. It is actual Infrastructure-as-Code instead of Infrastructure-as-Config like ansible.
@martinc.7424
@martinc.7424 Жыл бұрын
It's unfortunate to have a terrform usecase for an ansible example But hey ! Good to see some DevOps content.
@mypcistrash4596
@mypcistrash4596 Жыл бұрын
I was just watching your videos
@ilkou
@ilkou Жыл бұрын
then shhhhh into it 💯
@thomasluk4319
@thomasluk4319 Жыл бұрын
Cool I saw some applications use it for deployment as well. How does it different from docker
@gersonadr2
@gersonadr2 Жыл бұрын
Ansible is one step up from bash honestly
@ricdotdev
@ricdotdev Жыл бұрын
You said "automate their Linux servers" but it actually can also configure Windows servers via WinRM. 🙂
@lawrencedoliveiro9104
@lawrencedoliveiro9104 Жыл бұрын
Setting it up on Windows is a pretty manual process, though.
@FengLengshun
@FengLengshun Жыл бұрын
I hope we'll get Nix/NixOS as well, because it's pretty cool ngl
@Ben-gq9tx
@Ben-gq9tx Жыл бұрын
Is ansible really considered Declarative? With a tool like puppet i'd agree, but the procedural execution of ansible kinda feels imperative to me.
@mathisd
@mathisd Жыл бұрын
Hey Fireship, Please make a video about Streamlit. This tool is amazing :)
@abrahimzaman360
@abrahimzaman360 Жыл бұрын
Your SSH Shoutout is Robotic
@SergeiKonov-xn5bz
@SergeiKonov-xn5bz Жыл бұрын
What software are you using for your presentations?
@geniusg9977
@geniusg9977 Жыл бұрын
Nearly 2 million subs
@felinedis
@felinedis Жыл бұрын
Did you watch Primeagens front-end masters course and get equally as amazed as me?
@faremir
@faremir Жыл бұрын
Then ššš into it... man I have use that in every daily standup from now on.
AWS for the Haters in 100 Seconds
2:30
Fireship
Рет қаралды 919 М.
you need to learn Ansible RIGHT NOW!! (Linux Automation)
21:21
NetworkChuck
Рет қаралды 880 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 62 МЛН
😜 #aminkavitaminka #aminokka #аминкавитаминка
00:14
Аминка Витаминка
Рет қаралды 1,5 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 87 МЛН
How programmers flex on each other
6:20
Fireship
Рет қаралды 2,4 МЛН
Ansible vs. Terraform: What's the difference?
9:32
IBM Technology
Рет қаралды 196 М.
What is Ansible | Ansible Playbook explained | Ansible Tutorial for Beginners
16:41
Why More People Dont Use Linux
18:51
ThePrimeTime
Рет қаралды 272 М.
Things I wish I knew about Ansible from day 1
10:58
Michael Crilly
Рет қаралды 5 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 166 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 561 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,2 МЛН
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 309 М.
Что такое Ansible?
6:06
Merion Academy
Рет қаралды 67 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18