How To Automate Your Dev Setup

preview_player
Показать описание
In this DevOps Deep Dive - learn how to automate EVERY step when creating your development environment from scratch and never repeat a task again.

0:00 Introduction
1:01 Choose OS
1:34 Upgrade OS
2:15 Choose Tools
2:40 Bash with Ansible
3:16 Setup Dotfiles
4:47 Dotfiles Script
5:27 Install Ansible
7:35 SSH with Ansible
9:59 Ansible Dependencies
12:08 Setup Ansible Playbook
13:56 Outro

#devops #programming #softwareengineering #ansible
Рекомендации по теме
Комментарии
Автор

I love how detailed this video is but not overwhelming for a beginner still learning

intimidate
Автор

If you want, you can specify `connection: local` in your playbook and avoid the ssh setup part on your local machine. It can also be useful is you have only one ssh key and you keep it encrypted in your ansible vault.

JustinLavoie
Автор

I learned more about bash scripting in this short video than any other tutorial so far. This is awesome. Thanks BG!

TiredSysadmin
Автор

Would love more videos such as this one, thanks BG!

__idan__
Автор

Sweet! Looking forward to more videos coming down the pipe!

Ash-qpyw
Автор

dang it, really helpful video, waiting for new
videos !!

siddhantmisal
Автор

Are you still doing automation that way or did something change? This is the first video of yours that I found. 👍 subscribed

AfmpJR
Автор

Thanks for the video BG! You gonna do a nix version?

samdelamarter