Wednesday, May 22, 2019

Ansible Concepts

                       Ansible - Introduction

Ansible : configuration management

 What is Ansible?
o How Ansible works?
o Ansible Architecture?
o Ansible terminology and about Playbooks

 Installation and Configuration

o Installing Ansible on Linux(Redhat family and Debian family(ubuntu))
o Ansible client and server configuration
o Writing playbooks using YAML
o Deploy webapplications using Ansible
o Ansible roles and it’s structure& Ansible galaxy
- Tasks
- Files
- Templates
- Meta
- Vars
- Defaults
- Tests
- Handlers

o What is host inventory files
o What is static inventory file
o What is dynamic inventory file
o Ansible variables(Global and local variables)
o Ansible templates using jinja2
o Ansible modules
o Debug module
o Ansible conditional statements
o Ansible loops
o Ansible tasks
o Ansible adhoc commands
o Ansible vault
o Ansible log configuration
o Provisioning ec2 instance using Ansible playbook
o Ansible with docker
o What is Ansible play

1 comment:

  1. This deep dive into ansible concepts is very practical. I recently started using Ansible for provisioning EC2 instances, and understanding the role structure has really streamlined my playbooks. Excited to see if you’ll cover advanced modules in your next post!

    ReplyDelete