Ansible in 100 Seconds

preview_player
Показать описание
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

💬 Chat with Me on Discord

🔗 Resources

🔥 Get More Content - Upgrade to 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
Рекомендации по теме
Комментарии
Автор

This is the first non-AI video we've had in what feels like months!

I hope we get Chef and Puppet videos too.

WolfPhoenix
Автор

Fireship is using AI to pump out videos and nobody can tell me otherwise

TileBitan
Автор

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!

BlurryBit
Автор

Thanks for the great content you provide to us!

yehiatech
Автор

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.

kanadaj
Автор

I'm so stoned I watched the whole video while not understanding anything you said.

nnn
Автор

"Garbage server" for AWS LMAO

flazepe
Автор

Common combo is TF being used for provisioning, and Ansible being used to configure the provisioned resource

katzy
Автор

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.

tholeb
Автор

I'll never get bored of SSH being called

adenrius
Автор

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)

TheFragender
Автор

1:05 "...then shhh into it..."🤣

vivsh.
Автор

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.

dontbemadsunshine
Автор

Great timing, I was thinking of getting started into it.

shashishekhar----
Автор

Ansible made my entire career as infra engineer 😊

sudeep_jadhav
Автор

Definitely didnt expect a 'in 100 seconds' nowadays, but they never get old

debadityanath
Автор

Quickest i've ever been here lol I LOVE all your edits and videos ❤

henrymejia
Автор

Did he say "shhhh into it" ? 🤣🤣🤣 I love this guy.

diegocastaneda
Автор

Man... the "Then shhhh into it." got me. Freaking hilarious.

mwzndev
Автор

Cool I saw some applications use it for deployment as well. How does it different from docker

thomasluk