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