you need to learn Ansible RIGHT NOW!! (Linux Automation)

38
46



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

Previous articleHadoop Architecture | HDFS Architecture | HDFS Tutorial | Hadoop Tutorial | Edureka
Next articleLearn Python – Full Course for Beginners [Tutorial]

46 COMMENTS

  1. I'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!

  2. I 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!