Linux Distro hop LIKE A PRO with Ansible

6 months ago
8

Ansible playbooks are one of the best devops tools available. However, I am using them on a very lightweight scale. This tool is very impressive and useful for industry. Hopefully you find Ansible here for the first time and find this somewhat useful.

The Linux distro I used for this video was Pop_OS! 22.04 LTS with proprietary NVIDIA Drivers. from the pop website: https://pop.system76.com/

The code editor I used in this video was VS Code a more lightweight robust version of visual studio: https://code.visualstudio.com/

Also as this video is about Ansible, here is the website for it too: https://www.ansible.com/

Prerequisites
Run the following commands in a terminal window to get ready for this video if you wish to follow along:
sudo apt install code -y
sudo apt install ansible -y

Here is a link to my GitHub repo which will have the scripts and a read me briefly explaining how to run these playbooks on a debian/ubuntu based linux distro:
https://github.com/bevybizzle/Ansible-Playbooks

If you enjoyed the video don't forget to Follow!

Loading comments...