Learn Ansible with some real-life examples of how to use the most common modules and Ansible Playbook. Read more.
Luca Berton is an Ansible Automation Engineer of Red Hat, based in Brno - Czech Republic. With more than 15 years of experience as a System Administrator, he has strong expertise in Infrastructure Hardening and Automation. Enthusiast of the Open Source supports the community by sharing his knowledge in different public access events—geek by nature, Linux by choice, Fedora, of course.
Access all courses in our library for only $9/month with All Access Pass
Get Started with All Access PassBuy Only This CourseAbout This Course
Who this course is for:
- System Administrator
- IT Professional
- Cloud Engineer
- DevOps
- Linux Engineer
- Automation Engineer
What you’ll learn:Â
- Ansible in real life use cases
- Ansible troubleshooting of most common errors
- Install Ansible in the most common operating system
- Ansible code by modules
- Ansible code specific for RedHat-like and Debian-like systems
Requirements:Â
- Ansible basic knowledge
- Must have taken Learn Ansible Automation In 240+ Examples And Practical Lessons Part 1
Learn the Ansible automation technology with some real-life examples.
Every successful IT department needs automation for bare metal servers, virtual machines, cloud, containers, and edge computing. Automate your IT journey with Ansible automation technology.
I’m going to teach you, example by example, how to accomplish the most common System Administrator tasks.
You will start with installing Ansible in RedHat Enterprise Linux, Ubuntu, and macOS using the most command package manager and archives.
Each of the 240+ lessons summarizes a module: from the most critical parameter to some live demo of code and real-life usage. Each code is battle proven in real life. Every video includes terminal interaction and verification steps. Mundane activities like creating a text file, extracting and archiving, and fetching a repository using HTTPS or SSH connections could be automated with some lines, user management, and interaction with API services; these are only some of the long lists included in the course.
Some Ansible codes are usable in all the Linux systems, some specific for RedHat-like, Debian-like, and Windows systems.
The 30+ Ansible troubleshooting lesson teaches you how to read the error message, reproduce it, and the process of troubleshooting and resolution.
Note: This is Part 2 of a 2-part course.
Our Promise to You
By the end of this course, you will have learned how to automate using Ansible.
10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today!
Course Curriculum
Section 1 - Ansible Playbook Code For Red Hat-Like Systems | |||
Register A System With Red Hat Subscription-Manager - Ansible Module Redhat_Subs | 00:00:00 | ||
Install A Package In Red Hat Like Systems - Ansible Module Yum | 00:00:00 | ||
Deploy A Web Server Apache Httpd On Red Hat-Like Systems - Ansible Modules Yum, C | 00:00:00 | ||
Rolling Update Red Hat Like Systems - Ansible Module Yum | 00:00:00 | ||
Open Firewall Ports In Red Hat Like Systems - Ansible Module Firewalld | 00:00:00 | ||
Install Google Chrome In Red Hat-Like Systems - Ansible Module Rpm_Key, Yum_Repos | 00:00:00 | ||
Install Microsoft Edge In Red Hat-Like Systems - Ansible Module Rpm_Key, Yum_Repo | 00:00:00 | ||
NFS Server - Export An NFS Share In Red Hat-Like Systems - Six Ansible Modules | 00:00:00 | ||
Deploy A Proxy Server Squid On Red Hat-Like Systems - Ansible Modules Yum, Templa | 00:00:00 | ||
Deploy A Web Server Apache Httpd Virtual Host On Red Hat-Like Systems - Ansible | 00:00:00 | ||
Section 2 - Ansible Playbook Code For Debian-Like Systems | |||
Install A Package In Debian Like Systems - Ansible Module Apt | 00:00:00 | ||
Rolling Update Debian-Like Systems - Ansible Module Apt | 00:00:00 | ||
Open Firewall Ports In Debian Like Systems - Ansible Module Ufw | 00:00:00 | ||
Install Google Chrome In Debian-Like Systems - Ansible Module Apt_Key, Apt_Repos | 00:00:00 | ||
Install Microsoft Edge In Debian-Like Systems - Ansible Module Apt_Key, Apt_Repo | 00:00:00 | ||
Deploy A Web Server Apache Httpd On Debian-Like Systems - Ansible Modules Apt, C | 00:00:00 | ||
Deploy A Web Server Apache Httpd Virtual Host On Debian-Like Systems - Ansible M | 00:00:00 | ||
Section 3 - Ansible Playbook Code For Suse-Like Systems | |||
Install A Package In Suse-Like Systems - Ansible Module Zypper | 00:00:00 | ||
Install Google Chrome In Suse-Like Systems - Ansible Module Rpm_Key, Zypper_Repo | 00:00:00 | ||
Section 4 - Ansible Playbook Code For Windows | |||
Configure A Windows Host For Ansible - Ansible Winrm | 00:00:00 | ||
Test Windows Host Availability - Ansible Module Win_Ping | 00:00:00 | ||
Create An Empty File In Windows-Like Systems - Ansible Module Win_File | 00:00:00 | ||
Check If A File Exists On Windows-Like Systems - Ansible Module Win_Stat | 00:00:00 | ||
Install Windows Software - Ansible Module Win_Chocolatey | 00:00:00 | ||
Copy Files To Windows Remote Hosts - Local To Remote - Ansible Module Win_Copy | 00:00:00 | ||
Copy Files From Windows Remote Hosts - Ansible Module Fetch | 00:00:00 | ||
Reboot Windows Hosts - Ansible Module Win_Reboot | 00:00:00 | ||
Install Google Chrome In Windows-Like Systems - Ansible Module Win_Chocolatey | 00:00:00 | ||
Extract An Archive In Windows-Like Systems - Ansible Module Win_Unzip | 00:00:00 | ||
Download A File In Windows-Like Systems - Ansible Module Win_Get_Url | 00:00:00 | ||
Create A Directory On Windows-Like Systems - Ansible Module Win_File | 00:00:00 | ||
Check If A Directory Exists On Windows-Like Systems - Ansible Module Stat | 00:00:00 | ||
Check Registry .Net Framework Version On Windows-Like Systems - Ansible Module W | 00:00:00 | ||
Rolling Update Windows-Like Systems - Ansible Module Win_Updates | 00:00:00 | ||
Add Windows Registry On Windows-Like Systems - Ansible Module Win_Regedit | 00:00:00 | ||
Remove Windows Registry Path Or Key On Windows-Like Systems - Ansible Module Win | 00:00:00 | ||
Create A Local Group On Windows-Like Systems - Ansible Module Win_Group | 00:00:00 | ||
Remove A Local Group On Windows-Like Systems - Ansible Module Win_Group | 00:00:00 | ||
Create A Local User On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Remove A Local User On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Change Local User Password On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Backup With Robocopy On Windows - Ansible Module Win_Robocopy | 00:00:00 | ||
Ansible Modules - Win_Command Vs Win_Shell | 00:00:00 | ||
Section 5 - Ansible Playbook Code For macOS-Like Systems | |||
Install Red Hat Openshift Local In macOS (Was Codeready Containers) | 00:00:00 | ||
Install Ansible For Mac Universal (Intel Chip And Apple Silicon) Using Homebrew | 00:00:00 | ||
Install Visual Studio Code For Mac Universal (Intel Chip And Apple Silicon) | 00:00:00 | ||
Section 6 - Ansible Code For Containers | |||
Install Docker In Debian-Like Systems - Ansible Apt_Key, Apt_Repository, Apt | 00:00:00 | ||
Install Docker In Red Hat-Like Systems - Ansible Rpm_Key, Yum_Repository And Yum | 00:00:00 | ||
Install Docker In Windows-Like Systems - Ansible Module Win_Chocolatey | 00:00:00 | ||
Install Zoom Flatpack In Debian-Like Systems - Ansible Module Flatpak | 00:00:00 | ||
Install Zoom Flatpak In Red Hat-Like Systems - Ansible Module Flatpak | 00:00:00 | ||
Update Zoom Flatpak(s) In Linux Systems - Ansible Module Command | 00:00:00 | ||
Install Spotify Snap In Debian-Like Systems - Ansible Module Snap | 00:00:00 | ||
Install Spotify Snap In Red Hat-Like Systems - Ansible Module Snap | 00:00:00 | ||
Setup Apache Web Server In A Docker Container For Debian-Like Systems - Ansible | 00:00:00 | ||
Deploy Apache Web Server In A Podman Container For Red Hat-Like Systems - Ansible | 00:00:00 | ||
Section 7 - Ansible Code For Kubernetes K8S And OpenShift OCP | |||
Install Red Hat CodeReady Containers To Run OpenShift 4 In Macos | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Namespace Project - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Pod - Nginx - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Service - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Secret - Ansible Module K8S | 00:00:00 | ||
Assign CPU Resources To Kubernetes K8S Or OpenShift OCP Containers And Pods – Ansible Module K8S | 00:00:00 | ||
Assign Memory Resources To Kubernetes K8S Or OpenShift OCP Containers And Pods | 00:00:00 | ||
Configure A Pod To Use A Volume For Storage - Ansible Module K8S | 00:00:00 | ||
Apply Multiple YAML Files At Once On Kubernetes K8S Or OpenShift OCP | 00:00:00 | ||
Section 8 - Ansible For VMware | |||
Configure Ansible For VMware - Ansible Collection Community.Vmware | 00:00:00 | ||
Configure A Python Virtual Environment For Ansible VMware — Ansible Collection C | 00:00:00 | ||
Ansible Troubleshooting - VMware Failed To Import Pyvmomi | 00:00:00 | ||
Ansible Troubleshooting - VMware Unknown Error While Connecting To Vcenter Or Es | 00:00:00 | ||
Ansible Troubleshooting - VMware Certificate Verify Failed Connecting To Vcenter | 00:00:00 | ||
Create A VMware Vsphere Virtual Machine - Ansible Module VMware_Guest | 00:00:00 | ||
Deploy A VMware Vsphere Virtual Machine From A Template - Ansible Module VMware_ | 00:00:00 | ||
Start A VMware Vsphere Virtual Machine - Ansible Module VMware_Guest_Powerstate | 00:00:00 | ||
Stop A VMware Vsphere Virtual Machine — Ansible Module VMware_Guest_Powerstate | 00:00:00 | ||
Take A VMware Virtual Machine Snapshot - Ansible Module VMware_Guest_Snapshot | 00:00:00 | ||
Delete A VMware Virtual Machine Snapshot - Ansible Module VMware_Guest_Snapshot | 00:00:00 | ||
Add A New Hard Disk To VMware Vsphere Virtual Machine - Ansible Module VMware_Gu | 00:00:00 | ||
Expand A Virtual Disk In VMware Vsphere Virtual Machine - Ansible Module VMware_ | 00:00:00 | ||
Ansible Dynamic Inventory For VMware - Ansible VMware_Vm_Inventory | 00:00:00 | ||
Gather Info About All VMware ESX ESXI Hosts In A Given Cluster - Ansible Module | 00:00:00 | ||
Get VMware Vsphere Virtual Machine UUID - Ansible Module VMware_Guest_Info | 00:00:00 | ||
Section 9 - Ansible For Network Automation | |||
Backup Config On Dell EMC Networking Operating System DNOS 6 - Ansible Network D | 00:00:00 | ||
Backup Config On Dell EMC Networking Operating System DNOS 10 - Ansible Network | 00:00:00 | ||
Backup Config On Mikrotik RouterOS - Ansible Network Community.Routeros | 00:00:00 | ||
Section 10 - Ansible For AWS | |||
Configure Ansible For AWS - Ansible Collection Amazon.AWS | 00:00:00 | ||
Configure A Python Virtual Environment For Ansible AWS - Ansible Collection Amazon.Aws | 00:00:00 | ||
Search For AWS EC2 AMI ID By Region - Ansible Module Ec2_Ami_Info | 00:00:00 | ||
Ansible Troubleshooting - AWS Failed To Import The Required Python Library (Botocore Or Boto3) | 00:00:00 | ||
Section 11 - Ansible For PostgreSQL | |||
Install PostgreSQLl In Red Hat-Like Systems - Ansible Modules Yum, Stat, Shell, Se | 00:00:00 | ||
Install PostgreSQL In Debian-Like Systems - Ansible Modules Apt, Stat, Shell, Se | 00:00:00 | ||
Drop A PostgreSQL Database - Ansible Module Postgresql_User | 00:00:00 | ||
Create A PostgreSQL Database - Ansible Module Postgresql_Db | 00:00:00 | ||
Create A PostgreSQL User Or Role - Ansible Module Postgresql_User | 00:00:00 | ||
Allow Md5 Connection For A PostgresSQL User Or Role - Ansible Module Postgresql_Pg | 00:00:00 | ||
Grant Privileges To User Or Role On PostgreSQL Database - Ansible Module Postgresql | 00:00:00 | ||
Backup A PostgreSQL Database - Ansible Module Postgresql_Db | 00:00:00 | ||
Restore A PostgreSQL Database — Ansible Module Postgresql_Db | 00:00:00 | ||
Rename A PostgreSQL Database — Ansible Module Postgresql_Db | 00:00:00 | ||
Run A SQL Command Or Query On PostgreSQL - Ansible Module Postgresql_Query | 00:00:00 | ||
Section 12 - Ansible Troubleshooting Of The Most Common Errors | |||
Ansible Troubleshooting - Failed To Connect To The Host Via SSH Host Localhost P | 00:00:00 | ||
Ansible Troubleshooting - Indentation Error | 00:00:00 | ||
Ansible Troubleshooting - Privilege Escalation Error | 00:00:00 | ||
Ansible Troubleshooting - Connection Failed | 00:00:00 | ||
Ansible Troubleshooting - Macos Fork Error | 00:00:00 | ||
Ansible Troubleshooting - Missing Module Parameter | 00:00:00 | ||
Ansible Troubleshooting - Failure Downloading | 00:00:00 | ||
Ansible Troubleshooting - Chgrp Failed | 00:00:00 | ||
Ansible Troubleshooting - Syntax Error | 00:00:00 | ||
Ansible Troubleshooting - Not A Valid Attribute For A Play Error | 00:00:00 | ||
Ansible Troubleshooting - Fatal Template Error While Templating String | 00:00:00 | ||
Ansible Troubleshooting - Powershell Incompatible With The Sudo Become Plugin | 00:00:00 | ||
Ansible Troubleshooting - Passwordless Account | 00:00:00 | ||
Ansible Troubleshooting - Missing Sudo Password And Incorrect Sudo Password | 00:00:00 | ||
Ansible Troubleshooting - User Module Password_Expiry_Min Bug And Workaround | 00:00:00 | ||
Ansible Troubleshooting - Windows 10 Error 0X80370102 Wsl: Windowssubsystemlinux | 00:00:00 | ||
(Solved) Windows 11 Error 0X80370102 Wsl: Windows Subsystem For Linux - Ansible | 00:00:00 | ||
Ansible Troubleshooting - Invalid Argument | 00:00:00 | ||
Ansible Troubleshooting - Undefined Variable | 00:00:00 | ||
Ansible Troubleshooting - Destination Does Not Exist | 00:00:00 | ||
Ansible Troubleshooting - The "Role Not Found" Error | 00:00:00 | ||
Ansible Troubleshooting - Module Failure On Windows-Target | 00:00:00 | ||
Ansible Troubleshooting - Permission Denied Errno 13 | 00:00:00 | ||
Ansible Troubleshooting - Variable Is Not Defined! Ansible_Hostname | 00:00:00 | ||
Ansible Troubleshooting - Unhandled Exception While Executing Module Win_User | 00:00:00 | ||
Ansible Troubleshooting - This Command Has To Be Run Under The Root User | 00:00:00 | ||
Ansible Troubleshooting - Kubernetes K8S Or Openshift Ocp 401 Unauthorized | 00:00:00 | ||
Ansible Troubleshooting - Destination Does Not Exist Rc 257 | 00:00:00 | ||
Section 13 - Thank You | |||
Thank You | 00:00:00 |
About This Course
Who this course is for:
- System Administrator
- IT Professional
- Cloud Engineer
- DevOps
- Linux Engineer
- Automation Engineer
What you’ll learn:Â
- Ansible in real life use cases
- Ansible troubleshooting of most common errors
- Install Ansible in the most common operating system
- Ansible code by modules
- Ansible code specific for RedHat-like and Debian-like systems
Requirements:Â
- Ansible basic knowledge
- Must have taken Learn Ansible Automation In 240+ Examples And Practical Lessons Part 1
Learn the Ansible automation technology with some real-life examples.
Every successful IT department needs automation for bare metal servers, virtual machines, cloud, containers, and edge computing. Automate your IT journey with Ansible automation technology.
I’m going to teach you, example by example, how to accomplish the most common System Administrator tasks.
You will start with installing Ansible in RedHat Enterprise Linux, Ubuntu, and macOS using the most command package manager and archives.
Each of the 240+ lessons summarizes a module: from the most critical parameter to some live demo of code and real-life usage. Each code is battle proven in real life. Every video includes terminal interaction and verification steps. Mundane activities like creating a text file, extracting and archiving, and fetching a repository using HTTPS or SSH connections could be automated with some lines, user management, and interaction with API services; these are only some of the long lists included in the course.
Some Ansible codes are usable in all the Linux systems, some specific for RedHat-like, Debian-like, and Windows systems.
The 30+ Ansible troubleshooting lesson teaches you how to read the error message, reproduce it, and the process of troubleshooting and resolution.
Note: This is Part 2 of a 2-part course.
Our Promise to You
By the end of this course, you will have learned how to automate using Ansible.
10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today!
Course Curriculum
Section 1 - Ansible Playbook Code For Red Hat-Like Systems | |||
Register A System With Red Hat Subscription-Manager - Ansible Module Redhat_Subs | 00:00:00 | ||
Install A Package In Red Hat Like Systems - Ansible Module Yum | 00:00:00 | ||
Deploy A Web Server Apache Httpd On Red Hat-Like Systems - Ansible Modules Yum, C | 00:00:00 | ||
Rolling Update Red Hat Like Systems - Ansible Module Yum | 00:00:00 | ||
Open Firewall Ports In Red Hat Like Systems - Ansible Module Firewalld | 00:00:00 | ||
Install Google Chrome In Red Hat-Like Systems - Ansible Module Rpm_Key, Yum_Repos | 00:00:00 | ||
Install Microsoft Edge In Red Hat-Like Systems - Ansible Module Rpm_Key, Yum_Repo | 00:00:00 | ||
NFS Server - Export An NFS Share In Red Hat-Like Systems - Six Ansible Modules | 00:00:00 | ||
Deploy A Proxy Server Squid On Red Hat-Like Systems - Ansible Modules Yum, Templa | 00:00:00 | ||
Deploy A Web Server Apache Httpd Virtual Host On Red Hat-Like Systems - Ansible | 00:00:00 | ||
Section 2 - Ansible Playbook Code For Debian-Like Systems | |||
Install A Package In Debian Like Systems - Ansible Module Apt | 00:00:00 | ||
Rolling Update Debian-Like Systems - Ansible Module Apt | 00:00:00 | ||
Open Firewall Ports In Debian Like Systems - Ansible Module Ufw | 00:00:00 | ||
Install Google Chrome In Debian-Like Systems - Ansible Module Apt_Key, Apt_Repos | 00:00:00 | ||
Install Microsoft Edge In Debian-Like Systems - Ansible Module Apt_Key, Apt_Repo | 00:00:00 | ||
Deploy A Web Server Apache Httpd On Debian-Like Systems - Ansible Modules Apt, C | 00:00:00 | ||
Deploy A Web Server Apache Httpd Virtual Host On Debian-Like Systems - Ansible M | 00:00:00 | ||
Section 3 - Ansible Playbook Code For Suse-Like Systems | |||
Install A Package In Suse-Like Systems - Ansible Module Zypper | 00:00:00 | ||
Install Google Chrome In Suse-Like Systems - Ansible Module Rpm_Key, Zypper_Repo | 00:00:00 | ||
Section 4 - Ansible Playbook Code For Windows | |||
Configure A Windows Host For Ansible - Ansible Winrm | 00:00:00 | ||
Test Windows Host Availability - Ansible Module Win_Ping | 00:00:00 | ||
Create An Empty File In Windows-Like Systems - Ansible Module Win_File | 00:00:00 | ||
Check If A File Exists On Windows-Like Systems - Ansible Module Win_Stat | 00:00:00 | ||
Install Windows Software - Ansible Module Win_Chocolatey | 00:00:00 | ||
Copy Files To Windows Remote Hosts - Local To Remote - Ansible Module Win_Copy | 00:00:00 | ||
Copy Files From Windows Remote Hosts - Ansible Module Fetch | 00:00:00 | ||
Reboot Windows Hosts - Ansible Module Win_Reboot | 00:00:00 | ||
Install Google Chrome In Windows-Like Systems - Ansible Module Win_Chocolatey | 00:00:00 | ||
Extract An Archive In Windows-Like Systems - Ansible Module Win_Unzip | 00:00:00 | ||
Download A File In Windows-Like Systems - Ansible Module Win_Get_Url | 00:00:00 | ||
Create A Directory On Windows-Like Systems - Ansible Module Win_File | 00:00:00 | ||
Check If A Directory Exists On Windows-Like Systems - Ansible Module Stat | 00:00:00 | ||
Check Registry .Net Framework Version On Windows-Like Systems - Ansible Module W | 00:00:00 | ||
Rolling Update Windows-Like Systems - Ansible Module Win_Updates | 00:00:00 | ||
Add Windows Registry On Windows-Like Systems - Ansible Module Win_Regedit | 00:00:00 | ||
Remove Windows Registry Path Or Key On Windows-Like Systems - Ansible Module Win | 00:00:00 | ||
Create A Local Group On Windows-Like Systems - Ansible Module Win_Group | 00:00:00 | ||
Remove A Local Group On Windows-Like Systems - Ansible Module Win_Group | 00:00:00 | ||
Create A Local User On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Remove A Local User On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Change Local User Password On Windows-Like Systems - Ansible Module Win_User | 00:00:00 | ||
Backup With Robocopy On Windows - Ansible Module Win_Robocopy | 00:00:00 | ||
Ansible Modules - Win_Command Vs Win_Shell | 00:00:00 | ||
Section 5 - Ansible Playbook Code For macOS-Like Systems | |||
Install Red Hat Openshift Local In macOS (Was Codeready Containers) | 00:00:00 | ||
Install Ansible For Mac Universal (Intel Chip And Apple Silicon) Using Homebrew | 00:00:00 | ||
Install Visual Studio Code For Mac Universal (Intel Chip And Apple Silicon) | 00:00:00 | ||
Section 6 - Ansible Code For Containers | |||
Install Docker In Debian-Like Systems - Ansible Apt_Key, Apt_Repository, Apt | 00:00:00 | ||
Install Docker In Red Hat-Like Systems - Ansible Rpm_Key, Yum_Repository And Yum | 00:00:00 | ||
Install Docker In Windows-Like Systems - Ansible Module Win_Chocolatey | 00:00:00 | ||
Install Zoom Flatpack In Debian-Like Systems - Ansible Module Flatpak | 00:00:00 | ||
Install Zoom Flatpak In Red Hat-Like Systems - Ansible Module Flatpak | 00:00:00 | ||
Update Zoom Flatpak(s) In Linux Systems - Ansible Module Command | 00:00:00 | ||
Install Spotify Snap In Debian-Like Systems - Ansible Module Snap | 00:00:00 | ||
Install Spotify Snap In Red Hat-Like Systems - Ansible Module Snap | 00:00:00 | ||
Setup Apache Web Server In A Docker Container For Debian-Like Systems - Ansible | 00:00:00 | ||
Deploy Apache Web Server In A Podman Container For Red Hat-Like Systems - Ansible | 00:00:00 | ||
Section 7 - Ansible Code For Kubernetes K8S And OpenShift OCP | |||
Install Red Hat CodeReady Containers To Run OpenShift 4 In Macos | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Namespace Project - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Pod - Nginx - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Service - Ansible Module K8S | 00:00:00 | ||
Create Kubernetes K8S Or OpenShift OCP Secret - Ansible Module K8S | 00:00:00 | ||
Assign CPU Resources To Kubernetes K8S Or OpenShift OCP Containers And Pods – Ansible Module K8S | 00:00:00 | ||
Assign Memory Resources To Kubernetes K8S Or OpenShift OCP Containers And Pods | 00:00:00 | ||
Configure A Pod To Use A Volume For Storage - Ansible Module K8S | 00:00:00 | ||
Apply Multiple YAML Files At Once On Kubernetes K8S Or OpenShift OCP | 00:00:00 | ||
Section 8 - Ansible For VMware | |||
Configure Ansible For VMware - Ansible Collection Community.Vmware | 00:00:00 | ||
Configure A Python Virtual Environment For Ansible VMware — Ansible Collection C | 00:00:00 | ||
Ansible Troubleshooting - VMware Failed To Import Pyvmomi | 00:00:00 | ||
Ansible Troubleshooting - VMware Unknown Error While Connecting To Vcenter Or Es | 00:00:00 | ||
Ansible Troubleshooting - VMware Certificate Verify Failed Connecting To Vcenter | 00:00:00 | ||
Create A VMware Vsphere Virtual Machine - Ansible Module VMware_Guest | 00:00:00 | ||
Deploy A VMware Vsphere Virtual Machine From A Template - Ansible Module VMware_ | 00:00:00 | ||
Start A VMware Vsphere Virtual Machine - Ansible Module VMware_Guest_Powerstate | 00:00:00 | ||
Stop A VMware Vsphere Virtual Machine — Ansible Module VMware_Guest_Powerstate | 00:00:00 | ||
Take A VMware Virtual Machine Snapshot - Ansible Module VMware_Guest_Snapshot | 00:00:00 | ||
Delete A VMware Virtual Machine Snapshot - Ansible Module VMware_Guest_Snapshot | 00:00:00 | ||
Add A New Hard Disk To VMware Vsphere Virtual Machine - Ansible Module VMware_Gu | 00:00:00 | ||
Expand A Virtual Disk In VMware Vsphere Virtual Machine - Ansible Module VMware_ | 00:00:00 | ||
Ansible Dynamic Inventory For VMware - Ansible VMware_Vm_Inventory | 00:00:00 | ||
Gather Info About All VMware ESX ESXI Hosts In A Given Cluster - Ansible Module | 00:00:00 | ||
Get VMware Vsphere Virtual Machine UUID - Ansible Module VMware_Guest_Info | 00:00:00 | ||
Section 9 - Ansible For Network Automation | |||
Backup Config On Dell EMC Networking Operating System DNOS 6 - Ansible Network D | 00:00:00 | ||
Backup Config On Dell EMC Networking Operating System DNOS 10 - Ansible Network | 00:00:00 | ||
Backup Config On Mikrotik RouterOS - Ansible Network Community.Routeros | 00:00:00 | ||
Section 10 - Ansible For AWS | |||
Configure Ansible For AWS - Ansible Collection Amazon.AWS | 00:00:00 | ||
Configure A Python Virtual Environment For Ansible AWS - Ansible Collection Amazon.Aws | 00:00:00 | ||
Search For AWS EC2 AMI ID By Region - Ansible Module Ec2_Ami_Info | 00:00:00 | ||
Ansible Troubleshooting - AWS Failed To Import The Required Python Library (Botocore Or Boto3) | 00:00:00 | ||
Section 11 - Ansible For PostgreSQL | |||
Install PostgreSQLl In Red Hat-Like Systems - Ansible Modules Yum, Stat, Shell, Se | 00:00:00 | ||
Install PostgreSQL In Debian-Like Systems - Ansible Modules Apt, Stat, Shell, Se | 00:00:00 | ||
Drop A PostgreSQL Database - Ansible Module Postgresql_User | 00:00:00 | ||
Create A PostgreSQL Database - Ansible Module Postgresql_Db | 00:00:00 | ||
Create A PostgreSQL User Or Role - Ansible Module Postgresql_User | 00:00:00 | ||
Allow Md5 Connection For A PostgresSQL User Or Role - Ansible Module Postgresql_Pg | 00:00:00 | ||
Grant Privileges To User Or Role On PostgreSQL Database - Ansible Module Postgresql | 00:00:00 | ||
Backup A PostgreSQL Database - Ansible Module Postgresql_Db | 00:00:00 | ||
Restore A PostgreSQL Database — Ansible Module Postgresql_Db | 00:00:00 | ||
Rename A PostgreSQL Database — Ansible Module Postgresql_Db | 00:00:00 | ||
Run A SQL Command Or Query On PostgreSQL - Ansible Module Postgresql_Query | 00:00:00 | ||
Section 12 - Ansible Troubleshooting Of The Most Common Errors | |||
Ansible Troubleshooting - Failed To Connect To The Host Via SSH Host Localhost P | 00:00:00 | ||
Ansible Troubleshooting - Indentation Error | 00:00:00 | ||
Ansible Troubleshooting - Privilege Escalation Error | 00:00:00 | ||
Ansible Troubleshooting - Connection Failed | 00:00:00 | ||
Ansible Troubleshooting - Macos Fork Error | 00:00:00 | ||
Ansible Troubleshooting - Missing Module Parameter | 00:00:00 | ||
Ansible Troubleshooting - Failure Downloading | 00:00:00 | ||
Ansible Troubleshooting - Chgrp Failed | 00:00:00 | ||
Ansible Troubleshooting - Syntax Error | 00:00:00 | ||
Ansible Troubleshooting - Not A Valid Attribute For A Play Error | 00:00:00 | ||
Ansible Troubleshooting - Fatal Template Error While Templating String | 00:00:00 | ||
Ansible Troubleshooting - Powershell Incompatible With The Sudo Become Plugin | 00:00:00 | ||
Ansible Troubleshooting - Passwordless Account | 00:00:00 | ||
Ansible Troubleshooting - Missing Sudo Password And Incorrect Sudo Password | 00:00:00 | ||
Ansible Troubleshooting - User Module Password_Expiry_Min Bug And Workaround | 00:00:00 | ||
Ansible Troubleshooting - Windows 10 Error 0X80370102 Wsl: Windowssubsystemlinux | 00:00:00 | ||
(Solved) Windows 11 Error 0X80370102 Wsl: Windows Subsystem For Linux - Ansible | 00:00:00 | ||
Ansible Troubleshooting - Invalid Argument | 00:00:00 | ||
Ansible Troubleshooting - Undefined Variable | 00:00:00 | ||
Ansible Troubleshooting - Destination Does Not Exist | 00:00:00 | ||
Ansible Troubleshooting - The "Role Not Found" Error | 00:00:00 | ||
Ansible Troubleshooting - Module Failure On Windows-Target | 00:00:00 | ||
Ansible Troubleshooting - Permission Denied Errno 13 | 00:00:00 | ||
Ansible Troubleshooting - Variable Is Not Defined! Ansible_Hostname | 00:00:00 | ||
Ansible Troubleshooting - Unhandled Exception While Executing Module Win_User | 00:00:00 | ||
Ansible Troubleshooting - This Command Has To Be Run Under The Root User | 00:00:00 | ||
Ansible Troubleshooting - Kubernetes K8S Or Openshift Ocp 401 Unauthorized | 00:00:00 | ||
Ansible Troubleshooting - Destination Does Not Exist Rc 257 | 00:00:00 | ||
Section 13 - Thank You | |||
Thank You | 00:00:00 |