What is Ansible? A short DevOps Introduction

preview_player
Показать описание
This video is a short introduction in Deployment Automation and Configuration Management with Ansible.

I am working as an IT consultant in enterprise projects since many years. I have seen a lot of deployment automation solutions - I think Ansible is one of the best tools in the market ...

Unfortunately many companies use other tools that are too complicated (IMHO) ... so I have created a short demo video to show how simple and easy it is to get started with Ansible.

This presentation contains images that were used under a Creative Commons License.
Рекомендации по теме
Комментарии
Автор

Concise, easy, helpful. A demo makes the difference!

GretaWardFireFly
Автор

Thank you sir! This was a terrific video to get a bird's eye view of Ansible and what it does

napalm
Автор

wow! i love this video .I cant get a better intro to Ansible than this. You made me understand this very well and will learn more about .i hope i can get a video like this on chef and puppet. i am completely new to configuration tools and devOps environment. Thanks so much Oliver

KA-flqt
Автор

thanks for sharing this - it was very clear, well explained and informative to get an understanding of how ansible can be a great tool. I have subscribed. Thanks again.

ericking
Автор

This is great stuff, please create a series!! Thanks Moser

LightningMcQueen
Автор

Thanks Oli, I found your tutorial very informative and helpful.

julianbici
Автор

Great video, the hands-on example was key.

catatonico
Автор

This video about ansible introduction is very simple and easy to understand, Thanks for sharing

featuredimension
Автор

Excellent demo. Thanks for sharing the same.

ansellguardiananalytics
Автор

Pretty good explanation. Thanks for sharing!

evilsonic
Автор

Very helpful tutorial.. Thanks a lot...

ajithsworld
Автор

That Video was awesome. Thank you very much. Now i will setup a few servers an try it out myself :)

FlorianSchauer
Автор

Thanks for this more informative video!!!!

akrishnapillai
Автор

Good video, thanks. I also like the end dialog : reuse, share and continuously improve

AH-psuv
Автор

Congrats Great tutorial! Ansible is a awesome tool!

minemonics
Автор

do i need to state a file extension for host file? is it just a txt file? or a specific type

boggybudgie
Автор

Hi, what is the url to view the webpage in the browser after running the ansible playbook? Do you just use the public ip of the server?

zainubamod
Автор

Would be nice to show forking of variables depending on host type. "Welcome to the {environment} server." displaying "prod" or "test". Awesome intro! Thanks for your documentation

midinerd
Автор

this question may be stupid, because i don't know nginx, but how did you start nginx? how did you get that web page?
does nginx serves index.html from that folder you specified in yaml file?

SoeaOu
Автор

Nice short introduction but I wish you would've showed a real case because you also rent two servers (test and production).
I was wondering that the demo did not show a deployment on the test server first, check if everything worked out correctly and then deploy on the production server.

How is this usually done?
Will the same playbook be deployed just on the production server if everything worked out testing it or can ansible handle something in this process too?
(like only deploy if a web service started without problems...)

li-on