you need to learn Ansible RIGHT NOW!! (Linux Automation)
Start learning Ansible with a lab on Linode with $100 credit: https://bit.ly/nc_linode
*Sponsored by Linode
➡️Checkout ALL my training at CBT Nuggets: https://bit.ly/nc-cbt-2020
1:02 ⏩ Why Ansible?
5:06 ⏩ FREE Ansible LAB
6:38 ⏩ Ansible Installation
8:23 ⏩ Hosts (inventory) setup
11:56 ⏩ ad-hoc Ansible Commands
13:52 ⏩ Ansible Playbooks
FREE Ansible lab on Linode: ($20 credit): https://linode.com/networkchuck
Download SolarPutty: http://bit.ly/usesolarputty
➡️Support NetworkChuck: http://bit.ly/2XPaF7u
➡️Need help? Join the community: http://bit.ly/nc-discord
**Below you will find what are known as affiliate links. Basically, links to really great stuff I use that, if you buy, I will receive a super small kickback that helps support this channel. Thanks!!**
(GEAR I USE…STUFF I RECOMMEND)
Amazon Affiliate Store: https://www.amazon.com/shop/networkchuck
Buy a Raspberry Pi:
https://amzn.to/2M1iMXp
—————————————————————————————————————-
🤝🤝🤝JOIN THE Cisco Routing and Switching FACEBOOK STUDY GROUP: http://bit.ly/2A3vah0
🤝🤝🤝JOIN THE CCNA/CCNP Collaboration FACEBOOK STUDY GROUP: http://bit.ly/2FEE9aH
—————————————————————————————————————-
mcsa vcp mcse ine mta tshoot 300-135 az-900 az 900 az900 Microsoft Azure Devnet Associate
Cisco Devnet Associate
CCNP Enterprise
CCNP Security
CCNP Data Center
CCNP Service Provider
CCNP Collaboration
Cisco Certified Devnet Professional
Cisco Certified Network Professional
CompTIA Linux+
Linux+
Ethical Hacking
Hacking
#ansible #linux #networkautomation
source
Leave us a comment Cancel reply
COMMON QUESTIONS
Categories
- Agile Coach
- ARTIFICIAL INTELLIGENCE
- Block chain
- Business Analyst BA
- DATA science
- Development
- Devops Automation
- Dotnet
- Education
- Free Job training and assistance
- Information
- Infrastructure automation
- Interview questions
- JAVA
- jobs
- Learn
- Machine learning
- Python Automation
- QA Automation
- RPA Automation
- SAP crm
- Scrum master Agile
- Skill
- UI Design
- Uncategorized
46 Comments
Marvin Chen
May 05, 2022 00:12 amso this linode cannot batch create vms
DramaChess
May 05, 2022 00:12 amnice tutorial mr chuck thanks
Tung Nguyen
May 05, 2022 00:12 amthis is the best video for learning Ansible, easy and very clear. Thank you so much
Mohammad Elobied
May 05, 2022 00:12 amI tried reading documentation and watching other videos and it wasn't easy and i got bored and bummed out, but you sir explained it simply and now I'm excited about Ansible. Thank you. 🙏❤️
Chuck Norris
May 05, 2022 00:12 amCool. What about Chef?!
Island Cave
May 05, 2022 00:12 amYou could use this to implement consistency for distributed systems.
Island Cave
May 05, 2022 00:12 amThe automation I know is cronjob, cronjob @reboot, pm2, things like that, but have to watch this too see what ansible is.
termi05
May 05, 2022 00:12 amyou need to learn Ansible RIGHT NOW!! … bullshit i thought, but after watching this tutorial I use ansible everyday. Thank you Chuck!
The Artificer Bard
May 05, 2022 00:12 amI'm a little late to the game here, but I had a ton of issues trying to get this working.
From CentOS not being supported anymore, so the repos are all busted, to Ansible trying to use python2 instead of python3 to run commands.
I finally got it working, so I wanted to drop some knowledge nuggets for other folks that might find this in 2022 and beyond.
To use something RHEL based but with working repos, I went with Scientific Linux 7.
The only workaround I could find with the python3 issue was to add the following to the linux group after the nodes:
[linux]
my.server.node.fqdn ansible_python_interpreter=/usr/bin/python3
hope this helps anyone who finds it!
Peter Udoka
May 05, 2022 00:12 amIt’s ETCyyy not et cet·er·a.
Invader Zim
May 05, 2022 00:12 amStop using (or suggesting) sudo for admin work.
Jeremy Granger
May 05, 2022 00:12 amYou had me at "routers and switches". I don't work with that stuff anymore but never thought I could use Ansible for managing that.
Muduo Wang
May 05, 2022 00:12 amThis is an awesome video with very clear explanations, wish all videos were this helpful.
AKA Trae
May 05, 2022 00:12 amI started watching your channel to make my gf think I’m really smart but ended up actually learning a lot from you 😁
climbeverest
May 05, 2022 00:12 amHey your pi cluster install of k3s did not work for me
B D
May 05, 2022 00:12 amProbably use ansible to install a zabbix and wazuh agent, setup PSK encryption for the connection, add zerotier and update /etc/hosts files. Be nice to have that to replicate across my lab.
How to Linux
May 05, 2022 00:12 amok i learn it right now
John Descy
May 05, 2022 00:12 amGreat video, thanks! But you need to learn Vim RIGHT NOW! 😀
Doug Hobbs
May 05, 2022 00:12 am17:56 eyed-imm-potent-see 😉
William Huang
May 05, 2022 00:12 amHanzhen harmonic drive gear , strain wave reducer, robot joint , over 30 years experience
TheFuckingsignups
May 05, 2022 00:12 amWhat do you use for your screen annotation?
iman shirkhodaee
May 05, 2022 00:12 amthanks man, it was helpful
Brian Wheeler
May 05, 2022 00:12 am@17:54 eye – dim – potent – sea
Ben
May 05, 2022 00:12 amSyncing dotfiles across devices 🙂
Maverick Peck
May 05, 2022 00:12 amI have to say this is the most helpful video I’ve seen in a while. I’m a Student Sys Admin at my college and I was tasked to make an ansible server for our student GNS3 severs in order to automate lab creation. Needless to say I was very lost and found your video shortly after… I have seen the light!!! Keep doing what you’re doing, I’ve always loved your content!
Foysal, Moinuddin goni Chowdhury
May 05, 2022 00:12 amAnsible Tutorial great Thank you so much.
Matt Bowler
May 05, 2022 00:12 amWho here has heard YAML = Yet Another Mark-up Language?!
First time I heard YAML Ain't Mark-up Language
André Rosa
May 05, 2022 00:12 amWhy is this better than writting my own bash script that ssh's into each server (within a loop) and executes the commands that I want?
Maylson Martinez
May 05, 2022 00:12 amI'm watching this at 2am in the morning the robot at the start is fuckign creepy dude lol
Travis Stroebele
May 05, 2022 00:12 amGreat video man!
David Kostic
May 05, 2022 00:12 amYo, after press esc to exit insert mode you can hold shift and press 'z' twice, this is do same as ':wq'
Katie Gray
May 05, 2022 00:12 amlearning this this week through full sail university. this video was much more informative than the lecture was
Haruko Ishikawa
May 05, 2022 00:12 amHow can i edit yml files in vscode with auto completion i dont get this to work!
Jozef Bežila
May 05, 2022 00:12 amPerfect !!
ashiqur rahman
May 05, 2022 00:12 amOK, Sold👍
Adalberto Hernandez Vega
May 05, 2022 00:12 amhow do you draw on the screen?
Richard Bosch
May 05, 2022 00:12 amLiterally was just told by my boss to learn Ansible. Right now.
That one
May 05, 2022 00:12 amHave learned ansible. Whoever chose the Yaml syntax, I hate you with a passion.
$lowking
May 05, 2022 00:12 amdamn bruh thanks
Ragesh G.R
May 05, 2022 00:12 amWow. You are such an inspiration
Juan Dela Cruz
May 05, 2022 00:12 amthis was one of the easiest way to understand ansible. thanks Chuck. great content as always 🙂
Eder the Just
May 05, 2022 00:12 amYaml can be a pain if you are not spacing correctly.
Chris Bare
May 05, 2022 00:12 amI wish the robot had a beard even if it had to be put in the video in post.
Chance S R
May 05, 2022 00:12 amCan a Linux auditor use ansible to complete audit assessments?
Chance S R
May 05, 2022 00:12 amHow do you verify that the update/changes took place?
Joe McCartney
May 05, 2022 00:12 amso how is this different from NIS or NIS+