Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-on Infrastructure Automation with Ansible
Rating: 4.2 out of 5(17 ratings)
170 students
Last updated 5/2018
English

What you'll learn

  • Create a rapid reliable application deployment.
  • Structure your Ansible configuration for easy maintenance.
  • Manage multiple servers from a single Ansible environment with different and overlapping configuration
  • Perform advanced tasks simply with structured data.
  • Build custom Ansible roles and modules.
  • Easily edit variables in encrypted files, and seamlessly decrypt data.

Course content

8 sections42 lectures6h 3m total length
  • The Course Overview5:51
    This video gives an overview of the entire course.
  • Ansible Demo6:49
    In this video, we will see a real-world example of what Ansible can do and will set the stage for what the rest of the course has to teach.
  • DevOps and Immutable Infrastructure10:11
    In this video, we will explain how the core DevOps concepts of idempotence and immutable infrastructure are important to understand the use of Ansible.
  • Ansible As a Choice for DevOps7:50
    Ansible is not the only choice for infrastructure automation. In this video we will understand its design approach which helps us understand how it can best be used.
  • Ansible Install and Remote Management6:47

    Installing Ansible is easy through Python packages. To use it, we also need to understand how to configure SSH and sudo. In this video we will see that.

  • Running Ansible Commands5:38

    In this video we will use our configured Ansible to run commands across multiple machines.

Requirements

  • Basic knowledge of Ansible is required.

Description

Ansible is an infrastructure automation framework; other examples include Chef, Puppet, and SaltStack. While each framework offers its own unique features, Ansible has an advantage: simplicity. Ansible configuration uses simple, compact, and clean YAML files that are easy to understand and maintain. Ansible is agentless, which means Ansible itself doesn't need to be installed on target machines. At the same time, while Ansible is simple to learn, it is powerful and extensible, making it the perfect choice even for demanding tasks such as configuring an entire OpenStack cluster.

This video course will show you how to use Ansible to automate deployment so you can quickly and reliably run and upgrade your applications. You will learn how Infrastructure Automation results in cost reduction, productivity, availability, reliability, and performance. You will follow along step-by-step on a real Ansible deployment of dotCMS, an open-source Content Management System (CMS), which will deliver content to websites, intranets and mobile apps. You will gain real-world experience that will get you started quickly on your own deployments. This will include information on all of Ansible's core concepts and features, including playbooks, tasks, roles, templates, variables, and modules.

By the end of the course, you will be able to create and maintain Ansible playbooks, roles, and custom modules, enabling you to make full use of Ansible as part of a DevOps or automation strategy.

About the Author

Alan Hohn is a Software Architect who primarily works with distributed Java. He has had a lot of experience re-architecting embedded systems and in combining embedded and enterprise approaches. Lately he has been doing quite a bit of work with virtualization, DevOps, and cloud technologies. Over the past several years, he has had the opportunity to teach courses on Java. His role and interest also mean that he frequently tries out new libraries and new approaches. His hope is that some of that material will be as useful to others as he has occasionally found it. He is employed by Lockheed Martin Mission Systems and Training and his personal blog is called Variegated.

Who this course is for:

  • This video course is aimed at programmers, systems administrators, and DevOps engineers who are beginning to learn Ansible and want to take the next step in their Ansible knowledge.