Getting started with Ansible 12 - Managing Services

  Рет қаралды 44,143

Learn Linux TV

Learn Linux TV

Күн бұрын

Ansible is an incredible configuration management and provisioning utility that enables you to automate all the things. In this series, you'll learn everything you need to know in order to use Ansible for your day-to-day administration duties. In video 12, we learn how to manage systemd services that run in the background.
Full series:
Part 1 (Introduction): linux.video/an...
Part 2 (SSH Overview & Setup): linux.video/an...
Part 3 (Setting up the Git Repository): linux.video/an...
Part 4 (Running Commands): linux.video/an...
Part 5 (Running Elevated Commands): linux.video/an...
Part 6 (Writing our First Playbook): linux.video/an...
Part 7 (The 'when' Conditional): linux.video/an...
Part 8 (Improving your Playbook): linux.video/an...
Part 9 (Targeting Specific Nodes): linux.video/an...
Part 10 (Tags): linux.video/an...
Part 11 (Managing Files): linux.video/an...
Part 12 (This video)
Part 13 (Adding Users & Bootstrapping): linux.video/an...
Part 14 (Roles): linux.video/an...
Part 15 (Host Variables): linux.video/an...
Part 16 (Templates): linux.video/an...
Wiki article for this video
www.learnlinux...
🙌 Support me on Patreon and get early access to new content!
➡️ learnlinux.lin...
☁️ Get $100 in credit toward deploying your very own Linux servers on Linode!
➡️ linode.com/lear...
🛒 Affiliate store for Linux compatible hardware/accessories (commission earned):
➡️ learnlinux.lin...
💻 Check out the Tiny Pilot KVM for your Homelab (commission earned):
➡️ learnlinux.lin...
🐦 Follow me on Twitter!
➡️ learnlinux.lin...
💬 Official LearnLinux.tv Community:
➡️ community.lear...
📖 Check out jay's latest book, Mastering Ubuntu Server 3rd Edition. Available now!
➡️ ubuntuserverbo...
👨 More about me:
➡️ www.jaylacroix...
➡️ www.learnlinux...
💽 How to create a bootable flash drive for installing Linux:
➡️ linux.video/fl...
🐧 Which distro do I use?
➡️ learnlinux.lin...
🔐 How to better secure OpenSSH:
➡️ linux.video/se...
☁️ How to create a cloud Linux server with Linode:
➡️ learnlinux.lin...
#Ansible #AnsibleTutorial #LinuxTutorial

Пікірлер: 28
@chrislykk
@chrislykk Ай бұрын
One day, we just started using Ansible at work. This series is helping tremendously for me to learn and understand quick. Thanks!
@kalitsiadischaritos4685
@kalitsiadischaritos4685 4 жыл бұрын
I love your accent & your vocabulary, your channel is the only one that I don't use subtitles.
@StevenBates-l2f
@StevenBates-l2f 11 ай бұрын
Well done! Excellent resource for those learning (like me). Well thought out. Presented in a clear, easy-to-follow manner. Highly recommended. 😃
@cruepprich
@cruepprich 4 жыл бұрын
Excellent tutarials: Clear, concise, well presented, and excellent, simple examples.👌
@name1355_0ne
@name1355_0ne Жыл бұрын
Thank you very much. You did a great job producing the whole Ansible tutorial series! This technology is very handy, so I can't imagine myself without using it from now on )
@BrotherKaif
@BrotherKaif 4 жыл бұрын
Your tutorials are some of the best on KZbin for Linux. Thank you so much for putting this out there for free.
@ugetwhenugive
@ugetwhenugive 2 жыл бұрын
Your video guides are extremely helpful, you explain things very well and give appropriate examples! Thank you for your work, appreciate it!
@carlosalonsosouza6439
@carlosalonsosouza6439 2 жыл бұрын
What a great video !! I just came to say I love your videos and I plan to say it again cause it's the twelveth and it's been a master class so far. So inpiring in so many ways. God bless you.
@mathewkargarzadeh3158
@mathewkargarzadeh3158 3 жыл бұрын
My man this tutorial is getting better and better. my admiration to you for investing your time educating everyone. Thank you !!. Mat.
@wamiedabdel-rahman5389
@wamiedabdel-rahman5389 4 жыл бұрын
I really appreciate your effort. Simple, basic and to the point. Thanks
@LearnLinuxTV
@LearnLinuxTV 4 жыл бұрын
Glad it was helpful!
@MarkusEicher70
@MarkusEicher70 2 жыл бұрын
Thanks Jay. Again a very helpful explanation on how to manage services with Ansible. For this part I will need a lot of practice, especially with the lineinfile and service variable stuff. Very powerful, but also error prone, if not done right, I guess. It's a blast to follow your lessons and I'm looking forward to the rest of the playlist.
@jgranahan
@jgranahan 4 жыл бұрын
great stuff, sir. i love being in the nitty-gritty of plays and ansible commands, but as i was running the playbook, i was thinking "i'm running ansible to 5 vm's"!! cool!
@realrobin82
@realrobin82 4 жыл бұрын
I really appreciate your efforts on making these tutorials. I find them very useful and practical. Keep them up. Also can you create video tutorials for Kubernetes?
@osswriter
@osswriter 3 жыл бұрын
He does have a Raspberry Pi 4 Kubernetes cluster tutorial.
@jaecheokkim99
@jaecheokkim99 Жыл бұрын
really helpful video! Thank you so much!
@AkebonoRadio
@AkebonoRadio 3 жыл бұрын
Thank You Jay!!!!
@jimbrannlund4677
@jimbrannlund4677 6 ай бұрын
This video series is awesome! I have one question tho, how come the email change only happens the first time? You're only "grepping" for "ServerAdmin" with the regex, shouldn't that match on every run? Or does Ansible store the state somehow? Ah, I guess it actually compares it to the "line:" value to see if it's already that?
@carlolucido1187
@carlolucido1187 Жыл бұрын
Would you have automated the 'sudo firewall-cmd --add-port=80/tcp' as well or just the 'sudo systemctl start httpd'?
@mihai6564
@mihai6564 2 жыл бұрын
good video
@luke421
@luke421 2 жыл бұрын
genius!
@imnottellingyoumyname3050
@imnottellingyoumyname3050 18 күн бұрын
I don't understand why restarting the service ENABLED the service on my rhel server?
@KifKroker
@KifKroker Жыл бұрын
how come the second time it doesn't fire run, the line starts with ServerAdmin just the same no ?
@assgex
@assgex Жыл бұрын
Yep, I was asking me the same question...
@AR-ly5zt
@AR-ly5zt 5 ай бұрын
@@assgex The tasks are guaranteed to be idempotent by Ansible, which means they will alter the file only when necessary
@antonsurviyanto5896
@antonsurviyanto5896 4 жыл бұрын
Sir, request tutorial about ansible with raspberrypi cluster super computer :) Thank you
Getting started with Ansible 13 - Adding Users & Bootstrapping
24:35
Learn Linux TV
Рет қаралды 50 М.
Getting started with Ansible 14 - Roles
19:38
Learn Linux TV
Рет қаралды 81 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
This web UI for Ansible is so damn useful!
20:07
Christian Lempa
Рет қаралды 517 М.
Linux Crash Course - systemd: Using the systemctl command
26:32
Learn Linux TV
Рет қаралды 105 М.
Things I wish I knew about Ansible from day 1
10:58
Michael Crilly
Рет қаралды 7 М.
Getting started with Ansible 10 - Tags
9:43
Learn Linux TV
Рет қаралды 46 М.
Update All Your Computers With Ansible - It's Easy!
13:12
Jim's Garage
Рет қаралды 10 М.
Your Remote Desktop SUCKS!! Try this instead (FREE + Open Source)
22:30
Apple's storage pricing is INSANE! Do this instead.
15:25
Jeff Geerling
Рет қаралды 1 МЛН
Making Smallest Possible Linux Distro (x64)
27:43
Nir Lichtman
Рет қаралды 161 М.
Automate EVERYTHING with Ansible! (Ansible for Beginners)
18:31
Techno Tim
Рет қаралды 253 М.