I automated EVERYTHING in my HomeLab // Kestra #2

  Рет қаралды 30,004

Christian Lempa

Christian Lempa

Күн бұрын

In this video I will show you my ultimate solution for automating everything in my HomeLab, where I integrate all my favorite automation tools and workflows, including Ansible and Terraform, into a unified workflow using Kestra as the platform that enables me to orchestrate all these tools together seamlessly, creating a powerful automation ecosystem. If you're a fan of automation, you won't want to miss this!
References
- Check out Kestra's Github: github.com/kestra-io/kestra?u...
- Join Kestra's slack: kestra.io/slack?Yo...
- Kestra Tutorial: • My NEW HomeLab automat...
________________
💜 Support me and become a Fan!
→ christianlempa.de/patreon
💬 Join our Community!
→ christianlempa.de/discord
👉 Follow me everywhere
→ christianlempa.de
________________
Read my Tech Documentation
christianlempa.de/docs
My Gear and Equipment
christianlempa.de/kit
________________
Timestamps:
00:00 How I’m automating EVERYTHING
00:58 What automation tools I’m using
02:14 The problem with Ansible and Terraform
04:09 My automation pipelines in Kestra
05:26 Build an Ansible Flow in Kestra
09:22 Problems with the Flow execution
10:55 Adding the private SSH key
14:18 Expanding the Ansible Flow
16:07 Some Ansible examples of my HomeLab
21:41 Terraform Flows in Kestra
23:21 Updating my DNS using Terraform and Kestra
26:21 GitHub Actions + Kestra + Terraform + DNS
________________
Links can include affiliate links.

Пікірлер: 59
@jameskirk5914
@jameskirk5914 Ай бұрын
this channel is criminally underrated
@christianlempa
@christianlempa Ай бұрын
Thank you :D
@jasonperry6046
@jasonperry6046 Ай бұрын
I completely agree.
@kylerhella6251
@kylerhella6251 Ай бұрын
I’ve basically learned how to be a sysadmin from watching this channel 😅
@weholmes5315
@weholmes5315 Ай бұрын
Just watched your 2023 Homelab Tour where you shared your 100k Creator Award. And here you are on the brink of 200k! Next Award will be well deserved. Keep up the great work/fun. You are much appreciated 😊
@christianlempa
@christianlempa Ай бұрын
Thank you buddy ❤️ let's celebrate this on the next livestream :D
@guanche011
@guanche011 Ай бұрын
Kestra looks cool, and it could combine a few tools I use professionally and at home. But, having no secrets manager and needing to taking everything down every time I need to add something is not an option. Paying for features is not a problem, but the only other tier next to 'free' is "talk to us". This is a really high barrier, while this is provided and managed in a free AWX setup. Also concurrency requires separate tasks in Kestra and writing extra domain specific YAML, which makes migrating more expensive.. Overall I'm not sold yet. The product looks cool, flashy (slick UI i must say), but these are show stoppers. Would have loved to play with shiny things though ;)
@BilalInamdar
@BilalInamdar Ай бұрын
Do u have any alternative in mind ? kindly suggest as i am also trying to evaluate the same.
@dimitriclark9559
@dimitriclark9559 Ай бұрын
Just what i needed, thank you!
@christianlempa
@christianlempa Ай бұрын
You are so welcome!
@DreamerCze
@DreamerCze Ай бұрын
There is Event-drive Ansible now, that might be worth checking out.
@RealNeuronaut
@RealNeuronaut Ай бұрын
you should probably not circumvent permission problems by running the docker container as root... adding the following task after the local file creation does the trick just as well: - id: set_perm type: io.kestra.plugin.scripts.shell.Commands commands: - chmod 600 id_rsa
@berndeckenfels
@berndeckenfels Ай бұрын
If you automate it anyway, also manage the known hosts file with the server keys and not turn security in ssh off
@dkryptonut
@dkryptonut Ай бұрын
Something I'd be keen to see is a video about storing credentials securely, whether it be a key or an actual password - and retrieving it within Kestra.
@sandeepreddy3994
@sandeepreddy3994 28 күн бұрын
Hello Christian, Loved your work…!!! i really appreciate it, It would be a great help, if you can show us how can i control the flow execution based on the exit code of previous tasks in kestra
@mikephares5104
@mikephares5104 9 күн бұрын
Great video. Thanks you for your time. Will you look into Gitea for triggering Kestra?
@christianlempa
@christianlempa 7 күн бұрын
Maybe, I currently review GitLab self-hosted and Gitea, will take some time until the videos are coming out though
@nagavenkataphanikumarkanch5827
@nagavenkataphanikumarkanch5827 29 күн бұрын
Hi can we connect windows servers to run some shell scripts from Kestra? Through ssh or ftp something like that
@antonkozyk
@antonkozyk Ай бұрын
How do you use your /app/scripts? What kestra type can be used?
@mariotubelecce
@mariotubelecce Ай бұрын
it's basically jenkins with a nice interface and a paid option?
@cheebadigga4092
@cheebadigga4092 Ай бұрын
kinda yea
@clarkkentgwapo1
@clarkkentgwapo1 Ай бұрын
Deserve subs
@AlphaX66
@AlphaX66 Ай бұрын
Does Kestra have a vault features to store secrets ? Inject SSH key in the container itself looks ok, but what about some other secret that you want to you use in the ansible playbook ? Do you really need to use the container environment variables each time you need to had a secret ?
@lvmeijer
@lvmeijer Ай бұрын
Enterprise only
@Danielo515
@Danielo515 Ай бұрын
What I want is a nice way to execute playbooks against custom servers in a nice UI
@hcjkruse
@hcjkruse Ай бұрын
Cool, I Didn't know Kestra going to look into it. Would be nice if Kestra also could run helm charts and docker-compose files. Going to look into that. My first thought was, but I have a homelab git repo, but that was anwered quickly. But.... Do you have a separate set of disaster recovery playbooks in a remote backup etc that you can use to setup the machines to run all this just from the shell? All this automation looks cool but bootstrapping it again by hand would not be fun.
@laurentiusjudhianto6631
@laurentiusjudhianto6631 Ай бұрын
Yes you can run helm and docker compose by utilizing the bash - shell. This is the way to use Kestra if there is no plugin for it.
@mathesonstep
@mathesonstep Ай бұрын
I am now trying to decide between using this or Ansible Semaphore
@Glatze603
@Glatze603 Ай бұрын
I prefer ansible and cronicle task scheduler for automating tasks in my homelab.
@piyushanand4451
@piyushanand4451 Күн бұрын
Hey Christian, your video is very helpful, but can you tell me how I can pass the password from the inventory only, I don't want to use key based authentication.
@cheebadigga4092
@cheebadigga4092 Ай бұрын
very nice! The error about the key files being too open worries me though. The correct permissions of id_rsa is 0600, so you could try to chmod it right before the ansible-playbook command. I'd be interested if that works.
@christianlempa
@christianlempa Ай бұрын
I tried that, but didn't work for me. Maybe I just made a mistake 🙈
@Mavo1989
@Mavo1989 Ай бұрын
Not sure why your not just using jenkins..... free open source docker image and have full devops CI/CD pipelines and also utlise github/git actions and your branches and have proper devops pipelines.... honestly jenkins is the best answer
@gautambhatnagar4765
@gautambhatnagar4765 Ай бұрын
Top right....
@johngleeson7919
@johngleeson7919 Ай бұрын
What, in your opinion, is the inflection point between time spent doing a task vs time spent automating a task? This video is cool, just wondering what your thoughts are, given in an enterprise environment, you'd typically spend a lot of time automating something that'll be reused many times. In a homelab setting, that's not necessarily the case, but you do get the opportunity to learn without the ramifications of breaking a "real" production environment.
@christianlempa
@christianlempa Ай бұрын
That's a great question, I've recently covered that in my livestream, how useful is automation really in a HomeLab. Because you can argue it's wasting time :) again maybe that recording might be interesting for you
@Reprint001
@Reprint001 Ай бұрын
Looks powerful, but a bit OTT for my little homelab. I'm also already heavily invested in NodeRed for automating lots of things (like my Proxmox node backups to PBS). Interesting though. I can only learn so many things and this might be one too far. Also.. YAML makes me shudder.
@BenReese
@BenReese Ай бұрын
Yeah.... I'm gonna have to watch this one about 6 more times.
@christianlempa
@christianlempa Ай бұрын
Hope you have fun :D
@corincorvus6679
@corincorvus6679 Ай бұрын
So Kestra replaced your Ansible Semaphore Installation in a past Video?
@christianlempa
@christianlempa Ай бұрын
I'm still running Ansible Semaphore for testing, but most things I'm doing in Kestra now. Still some Ansible Semaphore content is planned for the future :)
@isaacaymerich2741
@isaacaymerich2741 Ай бұрын
I'm tired to see more tools that are not solving anything, this is just another nice UI, you guys need to start learning nix, a real killer solution.
@avluis86
@avluis86 Ай бұрын
I heard you like to automate so I automated your automation 🤖
@christianlempa
@christianlempa Ай бұрын
Haha :D
@dus10dnd
@dus10dnd Ай бұрын
Ansible and Terraform are both Infrastructure as Code tools. Ansible is more focused on configuration management and Terraform is more focused on deployment. Terraform + Ansible = Terrible :)
@RuanBekker
@RuanBekker Ай бұрын
The only place I really use ansible lately is using Packer with the ansible provisioner to build AWS EC2 AMIs and then using the data resource to retrieve those amis when deoloying ec2. Works not too bad
@HZGF
@HZGF Ай бұрын
AWX and terraform cloud with a self hosted runner make much more sense to me then trying to „rape“ kestra to do it in a less nice way 🤷‍♂️
@kimcosmos
@kimcosmos Ай бұрын
sure if you want to pay for Tower to get the terraform capability in AWX
@mickolesmana5899
@mickolesmana5899 Ай бұрын
huh so it is like airflow but more for infra
@itslemonandrew
@itslemonandrew Ай бұрын
I want to disagree with the first part of the video that you need to run the commands in your project. With Semaphore that you talked about a while ago is made for this scenario.
@christianlempa
@christianlempa Ай бұрын
Semaphore could be an alternative to Kestra, but without anything like it, you have the same problem.
@keywal
@keywal Ай бұрын
The more of these videos you make the less respect I have for you. You’ve turned yourself again into an advertiser for your sponsors and in a few weeks it’ll be something else you have been using in your lab. I’m over it - cheerio
@avluis86
@avluis86 Ай бұрын
Personally, I found it very helpful as I've been eyeing this product since recent discovery -- sure we may move away from it in the future but that is the point of a homelab in the first place -- trial all the things!!
@bubi352
@bubi352 Ай бұрын
bye, bye!
@bluesquadron593
@bluesquadron593 Ай бұрын
There is a solution for your problem, skip the content you don't like.
@maplenerd22
@maplenerd22 Ай бұрын
I don't see this as a problem as long as he clearly states that this video is sponsored by the product.
@sloraris
@sloraris Ай бұрын
Advertising is why you get sponsored... Kinda the whole point. Good software and content costs time, and time is money. Sorry not everything is free.
My NEW HomeLab automation platform // Kestra
38:36
Christian Lempa
Рет қаралды 106 М.
How to start your HomeLab journey?
17:32
Christian Lempa
Рет қаралды 62 М.
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,7 МЛН
MEGA BOXES ARE BACK!!!
08:53
Brawl Stars
Рет қаралды 36 МЛН
98% Cloud Cost Saved By Writing Our Own Database
21:45
ThePrimeTime
Рет қаралды 316 М.
Form, Function, & Fun! - My Obsidian Vault Tour [2024]
10:20
CyanVoxel
Рет қаралды 232 М.
The ULTIMATE Budget Workstation.
14:57
aChair Leg
Рет қаралды 227 М.
Proxmox Automation with Proxmox Helper Scripts!
24:15
Techno Tim
Рет қаралды 65 М.
Automating my Homelab with Ansible
13:18
Jeff Geerling
Рет қаралды 332 М.
You've been using AI Wrong
30:58
NetworkChuck
Рет қаралды 416 М.
Is it time to switch? // Docker vs Podman Desktop
16:05
Christian Lempa
Рет қаралды 223 М.
We may have killed p10k, so I found the perfect replacement.
19:48
Dreams of Autonomy
Рет қаралды 97 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 130 М.
Complete Homelab Tour! - Hardware, Networking, and Apps!
21:40
НЕ ПОКУПАЙ СМАРТФОН, ПОКА НЕ УЗНАЕШЬ ЭТО! Не ошибись с выбором…
15:23
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 8 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 1,6 МЛН