Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Development Tools Ansible

Ansible Hands On in On-Premises & AWS Cloud Environments

Ansible + Vagrant + VirtualBox + CentoOS + AWS with Excercises
Rating: 2.8 out of 52.8 (9 ratings)
559 students
Created by Vinod Kumar
Last updated 5/2020
English
English
30-Day Money-Back Guarantee

What you'll learn

  • What is Ansible?
  • Why Ansible?
  • Ansible installation (on-prem or in AWS Cloud)
  • Vagrant + VirtualBox + CentOS7 (Ansible Control Server and Apache HTTPD)
  • Ansible Variable
  • Ansible Playbook
  • Error Handling at Playbook Level
  • Ansible Role
  • Ansible WordPress Role (MeriaDB/PHP/Apache Httpd)
  • Ansible Galaxy Role
  • Ansible Custom Modules
  • Ansible Testing Strategy and Dry-Run
  • Ansible configuration for AWS (BOTO) or Dynamic Inventory
  • AWS EC2/VPC creation by Ansible
  • Ansible Security Automation Overview
  • Note: due to security issue, we have provision Ansible server locally as we've to connect to AWS.

Course content

9 sections • 45 lectures • 6h 17m total length

  • Preview09:54
  • Ansible Architecture
    02:33
  • Ansible (Control and Remote ) Servers Requirements
    02:52
  • Ansible Control Server and Node (On Premises or In Cloud)
    03:55
  • Ansible Inventory Playbook Module Local Remote Execution and Other
    09:27
  • Ansible Terminologies
    15:01
  • Next: You Can Go with Vagrant and CentOS or AWS BOTO
    00:11
  • Ansible Quiz
    2 questions
  • Note: No labs in browser as we need to avoid AWS Access and Secret Key
    00:06

  • Gitbash Installation
    03:11
  • SSH Key generation in Windows 10 by Gitbash
    03:51

  • Vagrant Installation in Windows 10
    02:21
  • VirtualBox Installation in Windows 10
    01:20
  • Vagrant Commands
    14:35
  • Vagrant + CnetOS7 + Ansible Installation ( Ansible Playbook.yml)
    08:46
  • Preview13:00
  • Vagrant + VirtualBox + CentOS7 + Ansible Control Web Server with Examples
    18:18
  • Vagrant Box Clean-Up
    00:03
  • Vagrant + VirtualBox + CentOS7 Assignment
    1 question
  • Vagrant Commands
    2 questions

  • 101 Ansible Ad-hock Commands Hands On
    15:32
  • 201 Ansible Variables Hands On
    16:59
  • 301 Ansible Role
    20:15
  • 301.1 Ansible-WordPress-Role
    17:56
  • 302 Ansible-Galaxy Role
    17:37
  • ERROR! Unexpected Exception, this is probably a bug: list index out of range
    00:04
  • 401 Ansible Playbook, Inventory (Dev/QA/All Env) and Role
    33:11
  • 501 Ansible Error Handling In Playbooks and Inventory
    21:40
  • 601 and 602 Ansible Custom Module
    16:31
  • Ansible Hands On
    3 questions
  • Please provide feedback
    00:06

  • Ansible Security Automation
    05:19

  • Ansible Check Mode ("Dry Run") and Testing Strategy
    12:14

  • AWS Account Creation
    00:03
  • AWS IAM
    11:25
  • AWS MFA + Access and Secret Key
    07:00
  • AWS EC2 Security Group & AMI, Key
    13:26
  • 2. EC2 Instance to AMI creation + Elastic IP
    10:21
  • AWS Networking Overview
    08:02

  • Ansible Boto (Ansible Control Server with Anasible and Boto) Installation
    09:34
  • Error: ERROR: "Authentication error retrieving ec2 inventory. - AWS_ACCESS_KEY_
    00:34
  • AWS Access Keys and Key Pair
    04:11
  • Ansible ec2.py and ec2.ini files and AWS Access and Secret Key configuration
    06:58
  • Ansible EC2 Instance Creation and Destroy
    09:55
  • Ansible VPC Creation and Destroy
    08:38
  • Ansible AWS API
    00:02
  • AWS and VagrantBox Resource Clean-Up
    00:15

  • AWS Resource and Other Software T&C
    00:24
  • Join DevOps & Cloud 101 FB
    00:01

Requirements

  • PC Windows 10 or any
  • Internet connectivity
  • Understanding of scripting will be advantage
  • Administrator or root level access in PC for installing all required software's

Description

In this course you will be learn:

1. Ansible installation in different way and in different environments, including Vagrant, VirtualBox, CentOS7 and in AWS Cloud environment.

2. Ansible Architecture in details like Inventory file, Playbook, Modules, SSH, and many more.

3. Ansible Variables, Playbook, Inventory, Error Handling, Custom Module and almost all examples with demo.

4. AWS Overview

5. Ansible BOTO (Provisioning AWS resources with help of Ansible module) .

Kindly have a look on Lectures heading for more details.

Who this course is for:

  • Development
  • Configuration Management Team
  • Release Management
  • DevOps Team
  • Administrator or DBA
  • Infrastructure Management Team

Instructor

Vinod Kumar
AWS Architect, Overall 15+ years of experiences in SD
Vinod Kumar
  • 3.3 Instructor Rating
  • 134 Reviews
  • 5,832 Students
  • 9 Courses

Solution Architect and Overall 15+ years of IT experiences in all SDLC. Love to Learn new tools & technologies most of them are, AWS Infrastructure as a Code (IaaC) in Terraform, CD, CI and CT with Packer, Terraform, Ansible, Jenkins, Bitbucket, Nexus, Sonarqube, Icinga, Grafit, Grafana, Elasticsearch, Logstas, Filebeats, Metricsbeats, Kibana, Boto/Shell Scripting and many more.

Learn, share and earn

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.