Ansible Beginner to Pro

Master Ansible In No Time
Ansible Beginner to Pro
File Size :
2.56 GB
Total length :
4h 18m

Category

Instructor

Warp 9 Training

Language

Last update

8/2021

Ratings

4.4/5

Ansible Beginner to Pro

What you’ll learn

How to work with Ansible and AWS
Dynamic Inventories for large projects
Managing and securing information using Vault
Combining Terraform and Ansible
Hacks to speed up your Ansible run times

Ansible Beginner to Pro

Requirements

Laptop or Desktop
Internet Connection
Ready To Master Ansible

Description

Where do you start?How would you install software on 1 server?Would you do it manually or maybe use a script?Now how about 10 servers?What about 1000 servers?Nightmare thinking about it but this will be part of your daily job when you work as a Cloud Engineer!There are a few solutions out there but one stands out from the rest: AnsibleThere’s no escaping it! Everything is moving to the cloud and so should you! Making Ansible an ESSENTIAL SKILL for you to have in your toolbox!Now that you know the value of mastering Ansible Yesterday, where do you start?We’ve been there and walked in your shoes…Warp 9 to the rescue!Our goal is to teach you to confidently work with Ansible at Warp speed – it’s in our name after all!The way we do this is by teaching you what’s actually used in industry!Packed full of hands-on, easy to follow demonstrations.Cutting out all the BS, Fluff and Filler!The course is crammed with demonstrations and hands-on challenges for you to complete that really test everything you’ve learnt.You’re openly encouraged to join in with the demos so that by the end of the course, the commands and code become muscle memory.You’ll be surprised how much you remember when you get to the end of the course.Topped with hands-on challenges, you’ll be lightyears ahead of everyone elsewho stuck with the traditional PowerPoint™ heavy, information overload, slow AND time wasting courses.The only PowerPoint™ slide you’ll see, is in the intro.This is going to be your UNFAIR ADVANTAGE!You’ll be learning Ansible from me: TJ AddamsI’ve worked at Capgemini and with Deloitte on huge, multi-million dollar projects using the tools I’m teaching you.You’re not learning from someone who’s just “good”, you’re learning from THE BEST!Throughout this course, I’ll be sharing industry tricks of the trade and best-practises that you simply WILL NOT FIND ANYWHERE ELSE!On this course you’ll be learning :How to work with Ansible and AWSDynamic Inventories for large projectsManaging and securing information using VaultCombining Terraform and AnsibleHacks to speed up your Ansible run timesAnd that’s just a fraction of what you’ll be learning on the course!In case you still have doubts, we’re so sure you’ll love the course, there’s a 30 day no questions asked refund, in case you aren’t 100%satisfied!What are you waiting for?Sign up and learn everything you need to know about Ansible tomorrow, Today!Your biggest regret will be not signing up sooner!

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: How Ansible Works

Lecture 2 How Ansible Works

Lecture 3 Don’t Miss Out!

Section 3: Pre-Setup

Lecture 4 What Our Setup Is Going To Look Like

Section 4: Setup – Linux and Windows

Lecture 5 Virtual Box

Lecture 6 Resources

Lecture 7 Ubuntu

Lecture 8 Guest Tools

Lecture 9 Text Editor of Choice

Lecture 10 Folder Setup

Lecture 11 Quick Note

Lecture 12 Installing Ansible For Linux

Section 5: Setup – Mac

Lecture 13 Ansible Install for Mac

Lecture 14 Useful Links

Section 6: Code From The Course

Lecture 15 Find It Here!

Section 7: YAML 101

Lecture 16 Before We Start

Lecture 17 Introduction to YAML

Lecture 18 YAML Challenge Brief

Lecture 19 YAML Challenge Walkthrough

Section 8: Inventory Files 101

Lecture 20 Introduction

Lecture 21 What Inventory Files Are

Lecture 22 INI Format

Lecture 23 Groups in INI Format

Lecture 24 Groups within Groups – INI Format

Lecture 25 Different Environments

Lecture 26 YAML Format

Lecture 27 Groups in YAML Format

Lecture 28 Groups within Groups – YAML Format

Section 9: Inventory Files

Lecture 29 Recap of what you’re going to setup

Lecture 30 AWS Setup

Lecture 31 INI Inventory File

Lecture 32 Configuring our SSH Key

Lecture 33 YAML Inventory File

Lecture 34 Using The Inventory Files

Section 10: EC2 House Keeping

Lecture 35 Keep Costs Down and Come Back Later

Section 11: Inventory Challenge

Lecture 36 Inventory Challenge Brief

Lecture 37 Inventory Challenge Walkthrough – INI

Lecture 38 Inventory Challenge Walkthrough – YAML

Section 12: The Secret to Mastering Ansible

Lecture 39 The Secret to Mastering Ansible

Section 13: Playbooks

Lecture 40 Understanding the Documentation

Lecture 41 Useful Links

Lecture 42 Introduction

Lecture 43 Creating Your First Playbook

Lecture 44 Running the Playbook

Section 14: Working With Services

Lecture 45 How to use the Service Module

Lecture 46 Service Module Walkthrough

Section 15: Handlers

Lecture 47 What They Are

Lecture 48 Creating a Handler

Lecture 49 Clean Up

Lecture 50 Recap

Section 16: Working With The Shell

Lecture 51 Introduction

Lecture 52 Why You Would Use It

Lecture 53 Arguments

Lecture 54 Running the Playbook

Lecture 55 Increasing Verbosity

Lecture 56 Using the Debug Module

Section 17: Web Challenge

Lecture 57 Web Challenge – Brief

Lecture 58 Web Challenge – Walkthrough

Section 18: Variables

Lecture 59 Introduction

Lecture 60 Basic Variables

Lecture 61 Arrays

Lecture 62 Variable Files

Lecture 63 Loops

Lecture 64 Declaratively Using Variable Files

Lecture 65 Using the CLI

Section 19: Ansible Roles

Lecture 66 Introduction

Lecture 67 Creating a Role

Lecture 68 Folder Structure Explained

Lecture 69 Creating the Playbook

Lecture 70 Running the Playbook

Lecture 71 Clean Up

Lecture 72 Ansible Galaxy

Lecture 73 Downloading Roles

Lecture 74 Using Roles

Lecture 75 Collection vs Role

Lecture 76 Roles and Variables

Lecture 77 Dependancies

Section 20: Role Challenge

Lecture 78 Role Challenge – Brief

Lecture 79 Role Challenge – Walkthrough

Section 21: Dynamic Inventory

Lecture 80 Introduction

Lecture 81 Useful Links

Lecture 82 Using EC2.py

Lecture 83 Using Our Dynamic Inventory

Lecture 84 Staggering Workloads

Lecture 85 Terminating EC2 Instances

Section 22: Ansible + Windows EC2 Instance

Lecture 86 Administrating Windows Servers

Section 23: Ansible Vault

Lecture 87 Introduction

Lecture 88 Using Ansible Vault

Lecture 89 Drawbacks of Ansible Vault

Section 24: Using Ansible with HashiCorp Vault

Lecture 90 Introduction and WARNING

Lecture 91 Resources

Lecture 92 What Is Vault

Lecture 93 Using Vault

Section 25: Terraform + Ansible

Lecture 94 Introduction

Lecture 95 Using Terraform

Lecture 96 Clean Up

Section 26: Dynamic Inventory From Terraform

Lecture 97 Creating The Inventory

Lecture 98 Using the Inventory

Lecture 99 Clean Up

Section 27: Use Ansible To Create AWS Infrastructure

Lecture 100 Introduction

Lecture 101 Creating the Resources

Lecture 102 Clean Up

Section 28: Custom Modules

Lecture 103 Creating Custom Modules

Lecture 104 Useful Links

Section 29: Error Handling

Lecture 105 Error Handlings using Blocks

Section 30: Advanced Ansible Hacks

Lecture 106 Introductions

Lecture 107 Ansible Hack #1

Lecture 108 Ansible Hack #2

Section 31: Ansible Tower

Lecture 109 Overview of Ansible Tower

Section 32: Final Lesson

Lecture 110 Outro

Lecture 111 Additional Resources

Developers,Sys Admins,DevOps Engineers,Technical Support Engineers,Anyone Who Wants To Master Ansible

Course Information:

Udemy | English | 4h 18m | 2.56 GB
Created by: Warp 9 Training

You Can See More Courses in the Developer >> Greetings from CourseDown.com

New Courses

Scroll to Top