Ansible 101 - Episode 3 - Introduction to Playbooks

  Рет қаралды 101,429

Jeff Geerling

Jeff Geerling

Күн бұрын

Пікірлер: 70
@diegonayalazo
@diegonayalazo 4 ай бұрын
Asking the Lord to bless you and your family. Deeply grateful for your videos.
@jayhopt
@jayhopt 3 жыл бұрын
I just want to point out (as well as thanking you for this series) that you mentioned hitting 7500 subs, and were aiming for 10K, hopefully when the pandemic ends. A year and a half later, we still have the pandemic, but you have definitely met your goal and then some, at 225K! Love your content, both the educational as well as the entertaining content!
@cowardly_wizard
@cowardly_wizard 2 жыл бұрын
308K just 5 months later than that. Chugging along
@anonymousnyancat3231
@anonymousnyancat3231 2 жыл бұрын
@@cowardly_wizard and 3 months after that, 356k! :)
@cjennings
@cjennings Жыл бұрын
and almost a year later -- just shy of $500K! Go Jeff!
@dustinb7967
@dustinb7967 4 ай бұрын
These videos, coupled with the book, are a fantastic combination. Thank you, Jeff! Great series!
@rxmas7234
@rxmas7234 2 жыл бұрын
320k users - I'm proud to be a subscriber to all of your content. Thank for all you do. I've learned a LOT from you.
@Handled-x2n
@Handled-x2n 23 күн бұрын
happy new year sir, after buying a super 6c, due watching one of ur videos at 3am, I am here finding your videos super useful learning ansible and k8s 🙌.
@JeffGeerling
@JeffGeerling 23 күн бұрын
Haha you have to be careful what you watch at 3 AM, lest you wind up with another cluster!
@Handled-x2n
@Handled-x2n 22 күн бұрын
@JeffGeerling i nearly bought an old epyc with mobo a couple nights back.... Thank god the super 6c is still fresh, thankfully this time i just went to sleep 😂.
@girsnoopy
@girsnoopy 3 жыл бұрын
Jeff I bought your book and have been following along with your videos. I never comment, but just wanted to say your videos and books are top notch. Keep up the good work, and keep making videos!
@daviddunkelheit9952
@daviddunkelheit9952 2 жыл бұрын
I never comment, but…😂 I never edit either comments or am oxymoronic or paradoxical 😅…ever!
@angelgutierrez240
@angelgutierrez240 4 жыл бұрын
who could actually dislike these type of videos? I mean these videos are very good and very educational as well!
@martinmusli3044
@martinmusli3044 4 жыл бұрын
New Year, 2021, your stuff is still relevant to me :) Keep it up
@xaviertich
@xaviertich 3 жыл бұрын
Thanks!
@mathewkargarzadeh3158
@mathewkargarzadeh3158 3 жыл бұрын
Thanks Jeff !!. appreciate your time posting this. you are the Man !!
@elements88xyz
@elements88xyz 8 ай бұрын
the fact that you mention you know how to "google" got me. well done, thank you for the fantastic content.
@amichubby1
@amichubby1 2 жыл бұрын
Awesome sharing. We will support you from Singapore.
@dlringor
@dlringor 9 ай бұрын
Thank you for the many lessons Jeff! I'm from the Philippines.
@only1gameguru
@only1gameguru 2 жыл бұрын
This is so useful, I ended up buying the DevOPs book. Great advertising.
@mauromosczynski5325
@mauromosczynski5325 7 ай бұрын
Congratulations for this excellent presentation.
@StormWolf01
@StormWolf01 4 жыл бұрын
Great tutorial, thanks a lot. To anyone who doesn't have access to an EC2 instance, just just launch a VM with vagrant, as shown in the previous tutorial, and have the ansible playbook executed on that VM. This seems pretty obvious, but it took me 10 minutes to realize.
@petergebirgslok6922
@petergebirgslok6922 4 жыл бұрын
For those, who are trying this in Ubuntu / Debian: The Playbook looks like this. tasks: - name: Install Apache apt: name: - apache2 state: present - name: Copy Config File copy: src: "{{ item.src }}" dest: "{{ item.dest }}" owner: root group: root mode: 0644 with_items: - src: apache2.conf dest: /etc/apache2/apache2.conf - src: site1.conf dest: /etc/apache2/sites-available/site1.conf - name: Ensure Apache is started service: name: apache2.service state: started enabled: true
@daviddunkelheit9952
@daviddunkelheit9952 2 жыл бұрын
Good stuff I am working on my capstone project during this pandemic to build a homelab/studio/cyberrange Using my on-premise bare-metal gear. I am tracking this series to reinforce some things to work with myself.
@naimarshad
@naimarshad 4 жыл бұрын
Hi Jeff, Thanks for putting some nice work up here. I really appreciate it, it could really benefit me in many wayas.
@antuelle78
@antuelle78 4 жыл бұрын
Great work Jeff, even if I already do lots of advanced things with Ansible and AWX, this is still helpful. Keep it up.
@JeanFrancoCaringi
@JeanFrancoCaringi Ай бұрын
greetings from mexico! thanks for your videos!
@Brac10
@Brac10 4 жыл бұрын
Great job Jeff. Little Mermaid story brought back memories with my Daughter back in the day !!
@domemvs
@domemvs 4 жыл бұрын
Watching this as he has 118k subs. Awesome! Well deserved!
@calvintittle
@calvintittle 3 жыл бұрын
192k right now. Thanks for the tutorial.
@daviddunkelheit9952
@daviddunkelheit9952 2 жыл бұрын
You must’ve had experience with old army radios. We had squelch knob that would reduce what was heard or amplified for operator to hear. Turn it up and you only get the strongest signals with least noise. Turn it down and you can hear weak radio broadcasts.
@gauravpandey7607
@gauravpandey7607 4 жыл бұрын
Great work Jeff, thanks for the lessons. 😊
@williamcrowell2432
@williamcrowell2432 4 жыл бұрын
Really great session Jeff.
@HankBarta
@HankBarta 2 жыл бұрын
Beautiful Sunny Winfield (IL) Thanks! (Not watching live.)
@pmirji02
@pmirji02 4 жыл бұрын
awesome tutorial...thank you for doing this
@Ollital
@Ollital 3 жыл бұрын
Running "date" as adhoc command helped me to identify the raspis where timezone was not correctly set.
@GrahamAtDesk
@GrahamAtDesk 3 жыл бұрын
Great series Jeff, thanks!
@daviddunkelheit9952
@daviddunkelheit9952 2 жыл бұрын
How do you know that term squelch that’s awesome 👏 40:02
@blazerizor
@blazerizor Жыл бұрын
Hey man, you rock!
@razahuss02
@razahuss02 3 жыл бұрын
at the 37:00 mark why did you use a "-" by the second command argument but not the first?
@knight024
@knight024 3 жыл бұрын
Yes I'm wondering the same thing
@simonsummermatter3527
@simonsummermatter3527 2 жыл бұрын
The post with the link doesn't seem to work. You find the article with the title: "Running Virtual Machines Under Vagrant on the New Mac M1"
@packetshark
@packetshark 4 жыл бұрын
Just bought your book from Amazon.
@KillroyWasHere86
@KillroyWasHere86 2 жыл бұрын
My professor for Linux101 let us use google and man on our test. He said he was not expecting us to memorize anything only how to find the help you need. The rest will fall into place later.
@AlyWhits
@AlyWhits 4 жыл бұрын
Question: what theme/settings are you using in Sublime? I like how your space is highlighted when typing your code. I think getting the yaml syntax with the correct spacing is the most difficult part of using Ansible! :)
@JeffGeerling
@JeffGeerling 4 жыл бұрын
My Sublime settings are all stored in this repo: github.com/geerlingguy/mac-dev-playbook/tree/master/files/sublime/Library/Packages/User Specifically, I have set `"draw_white_space": "selection"` and also have the 'Trailing Spaces' plugin installed. Both are extremely helpful when writing YAML!
@braykov
@braykov 4 жыл бұрын
Hey, you are doing an amazing job. This is the perfect companion to your book, which I just bought and started reading a month ago. I only have a small request. For the next sessions, could you keep the terminal window just a bit higher (at least the bottom edge)? I am pausing to read your command line and youtube's progress bar is coming just above the prompt :-)
@JeffGeerling
@JeffGeerling 4 жыл бұрын
Oh, excellent point! I always forget that the bottom 10% of the screen or so should be off limits, and know exactly what you mean. I'll try to remember to do this for future episodes.
@georgelza
@georgelza 3 жыл бұрын
you just mentioned something, for some reason I thought vagrant only executed against VBox, you saying it can also work against something like VMWare Fusion ? ... having to look at alternate VM platform due to planned MBP upgrade and VBox at the moment not looking like it has a Apple future.
@JeffGeerling
@JeffGeerling 3 жыл бұрын
yes, Fusion or Parallels can work with vagrant too, though I haven't spent much time on them with M1 yet to know how compatible everything is.
@dajiru1976
@dajiru1976 Жыл бұрын
Thanks sensei
@anthonyrussano
@anthonyrussano 3 жыл бұрын
Thank you x100000000 Jeff
@dilan7112
@dilan7112 4 жыл бұрын
Thanks so much for these!
@fmsilva11
@fmsilva11 Жыл бұрын
how to create playbooks to automate oracle database tasks ?
@simonsummermatter3527
@simonsummermatter3527 2 жыл бұрын
Hi Jeff. Love your content. I found the approach from James Cundle on Medium to solve the problem "missing virtualbox on Apple Silicon". I will paste the Link in a following comment (KZbin usually hinders me to post links). Does anyone has a better solution?
@careernerd
@careernerd 4 жыл бұрын
Hi! These are fun...
@JeffGeerling
@JeffGeerling 4 жыл бұрын
Haha, thanks! It's something to take my mind of being cooped up at home all these weeks :)
4 жыл бұрын
please, make a t-shirt saying "i don't know when the stream ends - it will probably cut me mid-sentence" lol
@JeffGeerling
@JeffGeerling 4 жыл бұрын
Haha, I found a better way-I now have an 'end slide' I switch to before I end the stream in KZbin's UI, so I can make sure it doesn't just cut me off entirely :D Too bad I can't fix up all these older streams though!
@jamallmahmoudi9481
@jamallmahmoudi9481 4 жыл бұрын
Thanks a lot .....
@MrBrownpotato
@MrBrownpotato 3 жыл бұрын
I feel the terms "playbook", "play" and "task" are not the best choice for something that is supposed to describe desired state
@daviddunkelheit9952
@daviddunkelheit9952 2 жыл бұрын
Sure but sometimes someone settled somewhere similar semantic space surely a singularity of concordances
@DerKlappspaten
@DerKlappspaten 3 жыл бұрын
"If I hit 10.000 before this pandemic thing is over..." It's almost 2022, you're at 250.000, and the pandemic ist STILL not over!
@manazil-5104
@manazil-5104 2 жыл бұрын
14:00
@computerfreakch8912
@computerfreakch8912 2 жыл бұрын
So the British say "Add hawk come end"?
@minecraftchest1
@minecraftchest1 2 жыл бұрын
I don't like YAML because it makes you use spaces.
@xaviertich
@xaviertich 3 жыл бұрын
Thanks!
Ansible 101 - Episode 4 - Your first real-world playbook
51:28
Jeff Geerling
Рет қаралды 78 М.
Write Your Own Bash Scripts for Automation [Tutorial]
16:35
Null Byte
Рет қаралды 781 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Things I wish I knew about Ansible from day 1
10:58
Michael Crilly
Рет қаралды 7 М.
Apple's storage pricing is INSANE! Do this instead.
15:25
Jeff Geerling
Рет қаралды 709 М.
System76 accidentally built the fastest Windows Arm PC
21:02
Jeff Geerling
Рет қаралды 495 М.
François Chollet on OpenAI o-models and ARC
1:21:50
Machine Learning Street Talk
Рет қаралды 75 М.
The Petabyte Pi Project
22:27
Jeff Geerling
Рет қаралды 2,3 МЛН
How To Speak Fluently In English About Almost Anything
1:49:55
EnglishAnyone
Рет қаралды 3,3 МЛН
Ansible 101 - Episode 1 - Introduction to Ansible
1:03:43
Jeff Geerling
Рет қаралды 591 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 351 М.
OpenAI's nightmare: Deepseek R1 on a Raspberry Pi
4:18
Jeff Geerling
Рет қаралды 1,7 МЛН
Linux File System/Structure Explained!
15:59
DorianDotSlash
Рет қаралды 4,3 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН