Automation with Ansible Playbooks - Hands On!

Automation with Ansible Playbooks - Hands On!
1299 INR
Buy Now

Mastering Ansible Step by StepCourse Contents1 Introducing AnsibleOverview of Ansible Architecture Ansible ComponentsOverview of Ansible DeploymentsDescribing Ansible InventorySummary2 Deploying AnsibleInstalling AnsibleGuided Exercise: Installing AnsibleManaging Ansible Configuration FilesGuided Exercise: Managing Ansible Configuration FilesRunning Ad Hoc CommandsGuided Exercise: Running Ad Hoc CommandsManaging Dynamic InventoryGuided Exercise: Managing Dynamic InventoryLab: Deploying AnsibleSummary3 Ansible Installation on Red Hat Linux 8Overview of Ansible InstallationOnline Ansible InstallationUser’s Account Setup for Passwordless AuthenticationOffline Ansible Installation ( When there is no internet available on Control Node )4 Implementing PlaybooksWriting YAML FilesGuided Exercise: Writing YAML FilesImplementing ModulesGuided Exercise: Implementing ModulesImplementing Ansible PlaybooksGuided Exercise: Implementing Ansible PlaybooksLab: Implementing PlaybooksSummary5 Managing Variables and InclusionsManaging VariablesGuided Exercise: Managing VariablesManaging FactsGuided Exercise: Managing FactsManaging InclusionsGuided Exercise: Managing InclusionsLab: Managing Variables and Inclusions6 Implementing Task ControlConstructing Flow ControlGuided Exercise: Constructing Flow ControlImplementing HandlersGuided Exercise: Implementing HandlersImplementing TagsGuided Exercise: Implementing TagsHandling ErrorsGuided Exercise: Handling ErrorsLab: Implementing Task ControlSummary7. Ansible RolesAbout Ansible RolesHow do we create Ansible RolesLab Session to create roles8. Industrial project to Automate Patching on Multiple Linux Server using Ansible PlaybookOverview about Linux PatchingAutomate Linux Patching using AnsibleVerify application/Database processes are running or notDecision point to start patchingUpgrade all the packages on the serverCheck if reboot required after the kernel updateInstall the specific kernel version using Ansible Playbook. Various Labs to understand the Ansible Playbook for patching9. Industrial project for Stop/Start Control M appl/dbOverview of projectDesigning of Ansible playbooksLab Sessions10. Create Automation tool using Ansible & ShellOverview of Automation ToolConcept of Automation ToolCommunication between Ansible Server with managed hostsFront look of Automation ToolWhat 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 ResetRun Ad Hoc CommandHealth 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 MemoryDesign of Automation ToolDesign Front Look using case statementPractice Lab Session on case Statement -1Practice Lab Session on case Statement -2Color Fonts in desinging the toolHeadline & Selecting the target serversLab sessionsShell Scripting 1. If. else. elif statement 2. Loops 3. Sed Stream Editot 4. AwkThe case esac statement Last lecture