Book Image

Ansible 2 for Beginners [Video]

By : David Cohen
Book Image

Ansible 2 for Beginners [Video]

By: David Cohen

Overview of this book

<p>Ansible is one of the most popular tools in the open source orchestration and automation space. This simple, agent-less tool can conquer almost any automation task. Whether you want to manage an entire cloud region, configure network devices, or orchestrate configuration changes across Linux or Windows machines, Ansible is up to the challenge.</p> <p>In this course, you will get started with Ansible 2.0, including its installation, the problems it solves, and more. We will also walk through creating your very first playbooks. You’ll understand the power of variables and quickly be able to manage environments and implement strategies. You will find out how to integrate with different cloud platforms and be introduced to Ansible Galaxy and Tower, which are Ansible's enterprise tooling for supporting large-scale infrastructure.</p> <p>By the end of this course, you will be well versed in the basics of Ansible and be able to automate your organizational infrastructure easily.</p> <h1>Style and Approach</h1> <p>This video is a practical, informative, step-by-step tutorial on the new Ansible 2, which is an ideal configuration management tool for both beginners and advanced practitioners.</p> <p>Each bit of theory taught in the videos is backed up with practical, hands-on demonstrations that drive home the concepts. You can use this real-life demonstration code immediately, or use it as a base to build on and customize for your own, specific needs.</p> <p>&nbsp;</p>
Table of Contents (6 chapters)
Chapter 5
Loops, Blocks, Strategies, and Galaxies
Content Locked
Section 2
Conditionals and Control Flow
In this video, you’ll learn about the control flow that you can use in your Tasks and Plays. At the end of this video, you’ll be comfortable with Ansible iteration constructs like: - with_items - with_dict - with_nested and conditionals like: - when - register - changed_when - failed_when - Learn about the control flow - Use Tasks and Plays