Automation with Ansible Playbooks – Hands On !!
Automation with Ansible Playbooks – Hands On !!, available at $74.99, has an average rating of 4.48, with 96 lectures, 10 quizzes, based on 2005 reviews, and has 11795 subscribers.
You will learn about Introducing Ansible-Overview of Ansible Architecture Implementation of Ansible Playbooks Automate Linux Patching using Ansible Project Labs to gain a better understanding of using Ansible Playbooks for patching Linux servers Managing Variables & Inclusions Various labs on implementing playbooks from a real IT industry environment Gain sufficient skills to perform core system administration Automation Implementing Tasks Controls Overview of Ansible Installation Online/Offline Ansible installation Ansible Conditionals Ansible Modules Industrial Live overview of Automation tool using Ansible with Shell Scripting Ansible Handlers Ansible Loops Deploying Ansible Writing YAML Files Ansible Roles How do we create Ansible Roles? Industrial project of stop/start control m appl/db This course is ideal for individuals who are IT professionals across a broad range of disciplines who need to perform essential administration tasks and automation. or Graduate Students and also for those who are looking for a job in Automation using Ansible (RedHat Linux) & wants to get hands-on practical experience on Automation & build up a base on Ansible. It is particularly useful for IT professionals across a broad range of disciplines who need to perform essential administration tasks and automation. or Graduate Students and also for those who are looking for a job in Automation using Ansible (RedHat Linux) & wants to get hands-on practical experience on Automation & build up a base on Ansible.
Enroll now: Automation with Ansible Playbooks – Hands On !!
Summary
Title: Automation with Ansible Playbooks – Hands On !!
Price: $74.99
Average Rating: 4.48
Number of Lectures: 96
Number of Quizzes: 10
Number of Published Lectures: 95
Number of Published Quizzes: 10
Number of Curriculum Items: 112
Number of Published Curriculum Objects: 111
Original Price: ₹1,199
Quality Status: approved
Status: Live
What You Will Learn
- Introducing Ansible-Overview of Ansible Architecture
- Implementation of Ansible Playbooks
- Automate Linux Patching using Ansible
- Project Labs to gain a better understanding of using Ansible Playbooks for patching Linux servers
- Managing Variables & Inclusions
- Various labs on implementing playbooks from a real IT industry environment
- Gain sufficient skills to perform core system administration Automation
- Implementing Tasks Controls
- Overview of Ansible Installation
- Online/Offline Ansible installation
- Ansible Conditionals
- Ansible Modules
- Industrial Live overview of Automation tool using Ansible with Shell Scripting
- Ansible Handlers
- Ansible Loops
- Deploying Ansible
- Writing YAML Files
- Ansible Roles
- How do we create Ansible Roles?
- Industrial project of stop/start control m appl/db
Who Should Attend
- IT professionals across a broad range of disciplines who need to perform essential administration tasks and automation.
- Graduate Students and also for those who are looking for a job in Automation using Ansible (RedHat Linux) & wants to get hands-on practical experience on Automation & build up a base on Ansible.
Target Audiences
- IT professionals across a broad range of disciplines who need to perform essential administration tasks and automation.
- Graduate Students and also for those who are looking for a job in Automation using Ansible (RedHat Linux) & wants to get hands-on practical experience on Automation & build up a base on Ansible.
Mastering Ansible Step by Step
Course Contents
1 Introducing Ansible
-
Overview of Ansible Architecture
-
Ansible Components
-
Overview of Ansible Deployments
-
Describing Ansible Inventory
-
Summary
2 Deploying Ansible
-
Installing Ansible
-
Guided Exercise: Installing Ansible
-
Managing Ansible Configuration Files
-
Guided Exercise: Managing Ansible Configuration Files
-
Running Ad Hoc Commands
-
Guided Exercise: Running Ad Hoc Commands
-
Managing Dynamic Inventory
-
Guided Exercise: Managing Dynamic Inventory
-
Lab: Deploying Ansible
-
Summary
3 Ansible Installation on Red Hat Linux 8
-
Overview of Ansible Installation
-
Online Ansible Installation
-
User’s Account Setup for Passwordless Authentication
-
Offline Ansible Installation ( When there is no internet available on Control Node )
4 Implementing Playbooks
-
Writing YAML Files
-
Guided Exercise: Writing YAML Files
-
Implementing Modules
-
Guided Exercise: Implementing Modules
-
Implementing Ansible Playbooks
-
Guided Exercise: Implementing Ansible Playbooks
-
Lab: Implementing Playbooks
-
Summary
5 Managing Variables and Inclusions
-
Managing Variables
-
Guided Exercise: Managing Variables
-
Managing Facts
-
Guided Exercise: Managing Facts
-
Managing Inclusions
-
Guided Exercise: Managing Inclusions
-
Lab: Managing Variables and Inclusions
6 Implementing Task Control
-
Constructing Flow Control
-
Guided Exercise: Constructing Flow Control
-
Implementing Handlers
-
Guided Exercise: Implementing Handlers
-
Implementing Tags
-
Guided Exercise: Implementing Tags
-
Handling Errors
-
Guided Exercise: Handling Errors
-
Lab: Implementing Task Control
-
Summary
7. Ansible Roles
-
About Ansible Roles
-
How do we create Ansible Roles
-
Lab Session to create roles
8. Industrial project to Automate Patching on Multiple Linux Server using Ansible Playbook
-
Overview about Linux Patching
-
Automate Linux Patching using Ansible
-
Verify application/Database processes are running or not
-
Decision point to start patching
-
Upgrade all the packages on the server
-
Check if reboot required after the kernel update
-
Install the specific kernel version using Ansible Playbook.
-
Various Labs to understand the Ansible Playbook for patching
9. Industrial project for Stop/Start Control M appl/db
-
Overview of project
-
Designing of Ansible playbooks
-
Lab Sessions
10. Create Automation tool using Ansible & Shell
-
Overview of Automation Tool
-
Concept of Automation Tool
-
Communication between Ansible Server with managed hosts
-
Front look of Automation Tool
-
What we are achieving from this Automation tool.
-
Pre-validation Configuration (To capture pre-change configuration details)
-
User Administration
1. User Creation
2. User Removal
3. Group Add
4. Password Reset
-
Run Ad Hoc Command
-
Health Check Statistics
1. Memory Utilization
2. CPU Utilization
3. Overall I/O Activities
4. Reports run queue and load average
5. Top Memory Consuming processes
6. Top CPU Consuming Processes
7. Shared Memory
-
Design of Automation Tool
-
Design Front Look using case statement
-
Practice Lab Session on case Statement -1
-
Practice Lab Session on case Statement -2
-
Color Fonts in desinging the tool
-
Headline & Selecting the target servers
-
Lab sessions
-
Shell Scripting
1. If..else..elif statement
2. Loops
3. Sed – Stream Editot
4. Awk
-
The case esac statement
-
Last lecture
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction Ansible
Lecture 2: What is Ansible
Lecture 3: Ansible limitations
Lecture 4: Ansible Architecture
Lecture 5: Ansible Setup
Lecture 6: Lab Practice Session
Lecture 7: Recap
Chapter 2: Ansible Control Node Components
Lecture 1: Ansible Control Node Components
Lecture 2: Control & Managed Node
Lecture 3: Ansible Inventories
Chapter 3: Ansible Setup
Lecture 1: Ansible Installation – Lab 1
Lecture 2: Ansible Installation – Lab 2
Lecture 3: Ansible Installation – Lab 3
Lecture 4: Ansible Installation – Lab 4
Chapter 4: Customizing Ansible's Behavior
Lecture 1: Customize Ansible's behavior
Lecture 2: Lab Session on Privilege Escalations
Chapter 5: AD Hoc Commands in Ansible
Lecture 1: Practice Lab Session – 1
Lecture 2: Practice Lab Session – 2
Lecture 3: Practice Lab Session – 3
Lecture 4: Command & Shell Module Differences
Chapter 6: Implementing Playbooks
Lecture 1: Implementing Playbooks
Lecture 2: Lab-Implementing Playbooks
Lecture 3: Playbook for copying a file
Lecture 4: Lab – Copy a file with conditions
Chapter 7: Modules in Ansible
Lecture 1: Introduction of Modules in Ansible
Lecture 2: Lab-Invoking Modules
Lecture 3: Idempotent Behaviour of Modules
Lecture 4: Lab-Idempotent Behaviour of Modules
Chapter 8: Implementing Multi tasks in Playbook
Lecture 1: Multiple tasks in Ansible Playbook
Lecture 2: Lab – Multi task Playbook – 1
Lecture 3: Lab – Multi task Playbook – 2
Lecture 4: Syntax Verification & Dry Check for Ansible Playbook
Lecture 5: Apache Web Server Installation – 1
Lecture 6: Apache Web Server Installation – 2
Lecture 7: Apache Web Server Installation – 3
Chapter 9: Managing Variables in Ansible
Lecture 1: Managing Variables in Ansible
Lecture 2: Lab-Managing Variables
Lecture 3: Hosts & Group variables
Lecture 4: Lab on Host & Group Variables
Lecture 5: Lab on Variables
Lecture 6: Ansible Facts
Chapter 10: Implementing Tasks Control in Ansible
Lecture 1: Conditionals in Ansible
Lecture 2: Lab on Conditionals in Ansible
Lecture 3: Ansible loops – when, when_items etc
Lecture 4: Examples of Ansible Loops
Lecture 5: Ansible Handlers
Lecture 6: Lab on Ansible Handlers
Chapter 11: Ansible Roles
Lecture 1: About Ansible Roles
Lecture 2: Create Ansible Roles
Lecture 3: Lab – 1
Lecture 4: Lab – 2
Chapter 12: Industrial Project – Patching on Linux Servers
Lecture 1: Overview about Patching on Linux Server
Lecture 2: Lab 1 – Patching using Ansible playbook
Lecture 3: Lab 2 – Patching using Ansible playbook
Lecture 4: Lab 3 – Patching using Ansible playbook
Lecture 5: Lab 4 – Patching using Ansible playbook
Lecture 6: Lab 5 – Patching using Ansible playbook
Lecture 7: Lab 6 – Patching using Ansible playbook
Lecture 8: Lab 7 – Patching using Ansible playbook
Chapter 13: Industrial Project – Stop/Start Control M Applications
Lecture 1: Lec – 1
Lecture 2: Lec – 2
Lecture 3: Lec – 3
Lecture 4: Lec – 4
Lecture 5: Lec – 5
Lecture 6: Lec – 6
Lecture 7: Lec – 7
Chapter 14: Create Automation Tool Using Ansible, Shell
Lecture 1: Introudction
Lecture 2: Concept of Automation tool
Lecture 3: Front Look of Automation tool
Lecture 4: Setup Environment
Instructors
-
Shikhar Verma • 90k+ Students Worldwide
Solutions Architect and IT Trainer
Rating Distribution
- 1 stars: 37 votes
- 2 stars: 56 votes
- 3 stars: 270 votes
- 4 stars: 752 votes
- 5 stars: 890 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024