All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
8 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
8 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • What is ansible, why its needed and how it works
  • How to configure ansible and setup static/dynamic inventories
  • Managing systems entities using ansible Modules
  • Ad hoc server management, running jobs in parallel
  • Writing Playbooks to define the state of infrastructure as a code
  • Creating modular, reusable code with Roles
  • Creating dynmic code with vars and templates
  • Using Ansible Galaxy
  • Service Discovery and managing Multiple Environments
  • Application Deployment Strategies, Rolling Updates
  • Encrypting sensitive data with Vault

Ansible is set to be the standard in the world of IT Infrastrcuture Management. It's a rare combination of simplicity meeting sophistication. Its core principle being simple is reflected in all its design choices such as agentless setup, small footprint, push model, YAML as a language to define infrastructure state etc. Its easy to setup, easy to write code with, easy to extend while writing custom modules. At the same time it offers everything a IT Systems, Networks or a Oprations/Devops person needs. It allows you to do all of following by replacing array of dedicated tools. 
 
Whether you want to manage systems at scale
run ad-hoc tasks on a group of servers
 automate systems and application configurations,
do change management, 
deploy applications in a orchestrated way
provision cloud servers or manage network or storage devices
 
 
This course is been created to help you master Ansible one step at a time. It starts with the fundamental concepts related to Infrastructure as Code, what ansible is, what is Idempotence, what makes Ansible stand apart. Then it helps you relate ansible to your project by taking up a use case. Once you setup the environment with the codespaces tool, you start diving in to the simple and sophisticated world of ansible one concept at a time. As part of this course you would, 
 
Setup an inventory of group of servers and configure ansible to manage those
Write playbook for base systems configuration
Create roles for automating web server provisioning and configurations 
Use galaxy roles to setup a load balancer 
Customise roles using group_vars to define your database and application configuraions
Secure database passwords with ansible vault
Deploy applications in rolling manner with zero downtime
By the end of this course you would have mastered ansible and should be able to use it to automate  servers, applications and understand all the primitives that ansible offers. 

  • Basic Linux Operations and CLI
  • A laptop or a desktop with a Web Browser
  • Docker Envrionment or a Cloud Account
  • Terminal software e.g. iterm, bash, conemu
  • A Systems Administrator who manages machines at scale
  • A Sysops/Operations Engineer who would like to automate application installation and configurations
  • A Devops Engineer who would like to automate configurations and application deployments
  • A Developer who would like to automate application deployments and the one who follows
  • A Network/Storage Administrator who would like to automate device configurations
View More...
  • Section 1 : Course Introduction 3 Lectures 00:13:51

    • Lecture 1 :
    • How to Navigate this course Preview
    • Lecture 2 :
    • Have Question, Find Help and Support
    • Lecture 3 :
    • Certification Blueprint
  • Section 2 : Introduction to Ansible 8 Lectures 00:36:08

    • Lecture 1 :
    • What is Ansible Part I: Why Ansible ?
    • Lecture 2 :
    • What is Ansible Part II: Simplicity, YAML, Push Model, Custom Modules
    • Lecture 3 :
    • What is Ansible Part III: Batteries Included Approach
    • Lecture 4 :
    • What is Ansible Part VI: Scripts vs Ansible
    • Lecture 5 :
    • What is Ansible Part V: Infrastructure as a Code
    • Lecture 6 :
    • What is Ansible Part VI: Code vs Data
    • Lecture 7 :
    • What is Ansible Part VII: Idempotence and State Management
    • Lecture 8 :
    • What is Ansible Part VIII: The Ansible Story
  • Section 3 : Path to Automation with Ansible 7 Lectures 00:27:12

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Tasks, Modules, Roles
    • Lecture 3 :
    • Book Recommendation: Ansible Playbook Essentials
    • Lecture 4 :
    • Code Organization Strategies
    • Lecture 5 :
    • Introducing Use Case - Devops Demo App
    • Lecture 6 :
    • Approach to automate Devops Demo App
    • Lecture 7 :
    • Inventories and Playbooks
  • Section 4 : Setting up the Environment 5 Lectures 00:24:54

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Introduction to codespaces
    • Lecture 3 :
    • Setting up codespaces locally with docker
    • Lecture 4 :
    • Launching codespaces on digital ocean cloud
    • Lecture 5 :
    • Managing codespaces
  • Section 5 : Ad Hoc Server Management with Ansible 9 Lectures 00:52:38

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Configuring Ansible
    • Lecture 3 :
    • Defining a static Inventory
    • Lecture 4 :
    • Host Patterns and Ad Hoc Commands
    • Lecture 5 :
    • Modules and Desired State Configuration
    • Lecture 6 :
    • Invoking Modules, Idempotence
    • Lecture 7 :
    • Using common modules
    • Lecture 8 :
    • Command Modules and Idempotence
    • Lecture 9 :
    • Using ansible-console REPL Shell
  • Section 6 : Playbooks 8 Lectures 00:34:27

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • YAML Primer
    • Lecture 3 :
    • Anatomy of a Playbook
    • Lecture 4 :
    • Writing your first Play
    • Lecture 5 :
    • Validating and applying Ansible Playbook
    • Lecture 6 :
    • Troubleshooting playbook failures
    • Lecture 7 :
    • Adding another play for app servers
    • Lecture 8 :
    • Nano Project: Create a playbook to deploy a Static Site
  • Section 7 : Roles 11 Lectures 00:44:19

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Why do you need roles?
    • Lecture 3 :
    • Anatomy of a Role
    • Lecture 4 :
    • Code Organization Strategies
    • Lecture 5 :
    • Generating Roles Scaffold and Ansible Galaxy
    • Lecture 6 :
    • Creating a role for Apache
    • Lecture 7 :
    • Writing and applying playbook for app servers
    • Lecture 8 :
    • Copying config file, notifications and handlers
    • Lecture 9 :
    • Creating a role for PHP
    • Lecture 10 :
    • Nested roles and site wide playbook
    • Lecture 11 :
    • Nano project: Deploy Devops Demo App
  • Section 8 : Vars and Templates 10 Lectures 00:56:18

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Need to separate data from code
    • Lecture 3 :
    • Diving into Jinja2 templates
    • Lecture 4 :
    • Understanding ansible vars, Precedence Levels and Best Practices
    • Lecture 5 :
    • Advanced vars concepts
    • Lecture 6 :
    • Dynamically defining app version with vars and tasks
    • Lecture 7 :
    • Managing app configs with templates and vars
    • Lecture 8 :
    • Playing with vars precedence
    • Lecture 9 :
    • Registereed varibles and conditional execution
    • Lecture 10 :
    • Discovering facts with setup module
  • Section 9 : Ansible Galaxy 10 Lectures 00:42:01

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Tour of Ansible Galaxy
    • Lecture 3 :
    • Selecting role for HAProxy
    • Lecture 4 :
    • Applying HAProxy role with custom properties
    • Lecture 5 :
    • Troubleshooting HAProxy Issues
    • Lecture 6 :
    • Nano Project: Setup MySQL database using a galaxy role
    • Lecture 7 :
    • Setting up MySQL
    • Lecture 8 :
    • Connecting app with the database
    • Lecture 9 :
    • Checking in the galaxy roles
    • Lecture 10 :
    • Tagging tasks, roles, plays and playbooks
  • Section 10 : Controlling Execution Flow 7 Lectures 00:34:46

    • Lecture 1 :
    • Overview of Conditionals
    • Lecture 2 :
    • Overview of Iterators
    • Lecture 3 :
    • Iterating over a list to install packages
    • Lecture 4 :
    • Iterating over a dictionary to create users
    • Lecture 5 :
    • Using conditionals in tasks and templates
    • Lecture 6 :
    • Adding Ubuntu support by conditionally including vars
    • Lecture 7 :
    • Making application compatible with ubuntu
  • Section 11 : Auto Discovery and Manging Multiple Environments 4 Lectures 00:27:25

    • Lecture 1 :
    • Enabling Facts Caching
    • Lecture 2 :
    • Using Magic Variables for Service Discovery
    • Lecture 3 :
    • Creating staging environment
    • Lecture 4 :
    • Rolling back changes with contra playbooks
  • Section 12 : Vault 6 Lectures 00:27:48

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Encrypting a file and using it in a playbook
    • Lecture 3 :
    • Using a password file and Rekeying
    • Lecture 4 :
    • Vault 1.2 and multiple Vault IDs
    • Lecture 5 :
    • Changing Vault IDs and Encrypting Strings in File
    • Lecture 6 :
    • Encrypting mysql passwords with Vault
  • Section 13 : Application Deployments 5 Lectures 00:26:39

    • Lecture 1 :
    • Section Introduction
    • Lecture 2 :
    • Writing tasks for importing database schema
    • Lecture 3 :
    • Applying schema updates and Troubleshooting
    • Lecture 4 :
    • Creating strategy for Rolling updates
    • Lecture 5 :
    • Adding pre and post tasks, Tasks gelegation, Testing with wait_for
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

72593 Course Views

1 Courses

Gourav comes with more than a decade of experience building, managing and automating systems at scale. He has helped organisations to design and implement devops practices. He left his corporate job in 2012 to start Initcron, a niche devops consulting firm. He eventually got into delivering devops workshops for the corporates in India and then internationally. He has conducted more than 300 instructor led trainings.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • cisco-ccna-r-s-200-125-the-complete-course

    Cisco CCNA R/S (200-125): The Compl...

    By : Lazaro (Laz) Diaz

    Lectures 153 Beginner 16:30:13
  • implementing-configuring-cisco-routers-part-1

    Implementing & Configuring Cisco Ro...

    By : Dariusz Lipski

    Lectures 10 Beginner 0:40:56
  • ccnp-switch-300-115-the-complete-course

    CCNP Switch (300-115): The Complete...

    By : Lazaro (Laz) Diaz

    Lectures 93 Beginner 7:58:8
  • ccnp-route-300-101

    CCNP Route (300-101)

    By : Lazaro (Laz) Diaz

    Lectures 91 Beginner 8:36:24
  • ccna-wireless-200-355-the-complete-course

    CCNA Wireless (200-355): The Comple...

    By : Lazaro (Laz) Diaz

    Lectures 41 Beginner 3:51:39
  • odoo-the-complete-master-class-beginner-to-professional

    Odoo: The complete Master Class: B...

    By : Abhilash Nelson

    Lectures 32 Beginner 3:52:14

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.