• Post category:StudyBullet-3
  • Reading time:5 mins read


Automate your repetitive administration tasks using Ansible automation tool.

What you will learn

Learn Ansible Step by Step

Description

Ansible is a simple, powerful, and agentless tool that simplifies the process of IT automation and expedites DevOps efforts. Ansible works to help you automate and configure your infrastructure to save time and increase productivity. It’s straightforward, secure, and powerful, making it an easy tool to learn and implement within your organization.

Ansible runs on Windows and Unix-like operating systems, providing infrastructure as code. It has its own declarative programming language for management and system configuration. It can connect with cloud environments like Amazon AWS and Microsoft Azure to help you manage and automate your infrastructure and code deployment.

Ansible is simple to install, connects easily to clients, and contains many features. It’s push-based and connects to clients via SSH, so it doesn’t require an agent on the client.

This course will walk you through how to automate administration of Linux and Windows servers in efficient way. This is the best starting course those who want to explore Ansible to elevate their automation skill set. After learning this course you will get familiar with

1. Ansible workflow

2. Ansible terminology


Get Instant Notification of New Courses on our Telegram channel.


3. Installation of Ansible

4. Linux servers setup for administration using Ansible

5. Windows servers setup for administration using Ansible

6. Adhoc method to manage servers

7. YAML method

English
language

Content

Get Familiar with Ansible
Why Ansible
What is Ansible?
Ansible Concept Part-1
Ansible Concept Part-2
Phase1- Lab preparation
Intitiating Lab Preparation
Preparing M01 system
Lab – Creating Ansible-M01 system
Preparing DB01 system
Lab – Creating Windows2016-DB01 system
Phase 2- Preparing Ansible for Demos
Ansible installed directories and configurations overview
Lab – Ansible installed directories and configurations overview
Prepare inventory file for Ansible
Lab – Prepare inventory file
Phase 3- Linux servers administration using Ansible with ad hoc command way
Copy / upload file on managed node APP01
File Transfer – fetch or download on Manageed Node APP01
Manage Linux Packages of APP01 using Ansible
Manage Linux services of APP01 using Ansible
Execute shell script of APP01 using Ansible
Health checking of APP01 using Ansible
Playing with cronjobs of APP01 using Ansible
Phase 4 – Windows servers administration using Ansible with ad hoc command way
Window server administration
Configure WinRM service on HTTPS Listener on Windows DB01
Ping windows system using Ansible
Check windows setup using Ansible ad hoc commands
Check running services on Windows using Ansible
Install-Uninstall windows feature using Ansible
Copy file on Windows from Ansible system using Ansible ad hoc commands
Ansible Playbook and YAML file
Get familiar with YAML
Ansible playbook and YAML file
First Ansible playbook to install Httpd package on node
Ansible Playbook for windows administration