Ansible Advanced

Ansible Advanced

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 42m | 1.15 GB

Learn and practice advanced topics in Ansible including Roles, Jinja2, Lookups, and Filters. Learn to develop custom modules.

This is the second course in the series on Ansible and in this course, we will be focusing on advanced concepts in Ansible and some real-life use cases. This course is for those with a basic understanding of Ansible who are willing to gain expertise in developing with Ansible. Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

A very good, structured, and most importantly, hands-on course. Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.

What You Will Learn

  • Develop Ansible Playbooks for advanced use cases. Learn about Ansible’s execution flow using Strategies
  • Learn how to handle errors during playbook execution. Learn about retrieving data from external sources using Lookups.
  • Use Ansible Vault for securing critical information. Understand and develop templating using Jinja2Develop custom modules, filters, and plugins.
  • Develop and re-use custom Roles. Follow Ansible best practices during playbook development.
  • Share work with Ansible Community using Ansible Galaxy. Use Dynamic Inventory in playbooks.
  • Gain a good hands-on experience in developing playbooks
Table of Contents

Introduction
1 Introduction
2 Recap
3 Setup Environment
4 Demo – Setup Environment
5 Extras – Demo – Setup Environment with Docker
6 Coding Exercises

Web Application
7 Web Application
8 Demo – Web Application
9 Playbook – Web Application
10 Demo – Developing Playbook for Simple Web Application

File Separation
11 File Separation
12 Demo – File Separation

Roles
13 Roles
14 Demo – Roles

Asynchronous Actions
15 Asynchronous Actions

Strategy
16 Strategy

Error Handling
17 Error Handlin0067

Templating – Jinja2
18 Jinja2 Templating

Lookup
19 Lookups

Vault
20 Vault

Dynamic Inventory
21 Dynamic Inventory

Custom Modules
22 Custom Modules

Plugins
23 Plugins
24 Conclusion