SlideShare a Scribd company logo
Install & Configure
Ansible
Expected Learning Outcomes
Install And Configure Ansible
@tetranoodle
! Install Ansible
! Generate SSH Key-Pairs
! Create Ansible Inventory
! Implement YAML format for Inventory
! Configure AdHoc Commands
@tetranoodle
Ansible
Installation
@tetranoodle
Demo Environment
! Host node – Ansible host
! Two test hosts
Ansible
Host
Test Node
Test Node
@tetranoodle
Ansible
Python Package
Manager
Linux
Repositories
A Python utility used to work with Python packages
Installs and upgrades latest versions of a software
package
pip install is used to install software packages
written in Python
Ansible Installation Options
@tetranoodle
OpenSSH Server
!Ansible requires SSH
!OpenSSH on local and
remote hosts
!Generate SSH keypair
Ansible Installation DEMO
@tetranoodle
Play Video
@tetranoodle
! Provides a secure channel for systems to communicate
! Optimize authentication between the host and server
! A key pair: A public key and a private key
! The key pair is registered on the required servers
@tetranoodle
Ansible
! Uses playbooks
! Written in Python
! Agent less
----
- name: Install WordPress, MySQL, Nginx and PHP-FPM
hosts: wordpress-server
remote_user: root
roles:
- common
- mysql
- nginx
- php-fpm
- wordpress
@tetranoodle
@tetranoodle
Ansible Inventory
! /etc/ansible/hosts
@tetranoodle
Ansible Inventory
! INI format
! Host Variables
! Group Variables
! Group of Groups
@tetranoodle
Create
Ansible
Inventory
Create Ansible
Inventory DEMO
@tetranoodle
Play Video
Play Video
@tetranoodle
YAML
Implement YAML DEMO
@tetranoodle
Play Video
@tetranoodle
AdHoc
Commands
@tetranoodle
Ansible AdHoc Commands
! Playbooks: Complex processes with multiple steps
! AdHoc Commands: Simple tasks with few steps
! Can be configured with the command line tool
! Easily customizable to accomplish specific tasks
@tetranoodle
Ansible Ping Test
ansible all -m ping -i inventory
@tetranoodle
Ansible AdHoc Commands
Install a
Package
ansible ubuntu -m apt -a”name=git” -i inventory
ansible fedora -m yum -a”name=git” -i inventoryFedora
Ubuntu
Bash command ansible all -m command -a”whoami” -i inventory
Copy file
ansible all -m copy -a”src=inventory dest=~/Desktop” -i
inventory
All
All
Configure AdHoc
Commands DEMO
@tetranoodle
Play Video
Recap
@tetranoodle
! Install Ansible
! Create Ansible Inventory
! Use YAML
! AdHoc Commands
@tetranoodle

More Related Content

What's hot (20)

PPTX
Getting started with automation using ansible
Kelvin Charles
 
PDF
Asterisk Complete Training
Flavio Eduardo de Andrade Goncalves
 
PDF
aptly: Debian repository management tool
Andrey Smirnov
 
KEY
Deploying and maintaining your software with RPM/APT
Joshua Thijssen
 
PDF
Deploying Plone on AWS
T. Kim Nguyen
 
PDF
Oscar: Rapid Iteration with Vagrant and Puppet Enterprise - PuppetConf 2013
Puppet
 
PDF
SFScon 2020 - Jakob Schwienbacher - Linux as HA Router - Linux Kernel keepali...
South Tyrol Free Software Conference
 
PPTX
Compcon 2016 Workshop
Steven Cooper
 
PDF
Ansible + WordPress
Alan Lok
 
PDF
Phoenix Servers with Docker and Nginx
Nils De Moor
 
PDF
The 12 tasks of Asterisk
Elio Rojano
 
PDF
Beefing Up AIR - FITC AMS 2012
Wouter Verweirder
 
PDF
2010 za con_jameel_haffejee
Johan Klerk
 
PDF
Deploying PHP Applications with Ansible
Orestes Carracedo
 
PDF
Testing Ansible with Jenkins and Docker
Dennis Rowe
 
PDF
Building A Streaming Apple TV App (CocoaConf San Jose, Nov 2016)
Chris Adamson
 
PPTX
Webinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
OlinData
 
PDF
Vagrant: The Oscar Plug-in
Jeff Scelza
 
PDF
Delivering SaaS to the Enterprise with illumos
Eric Sproul
 
KEY
Capistrano, Puppet, and Chef
David Benjamin
 
Getting started with automation using ansible
Kelvin Charles
 
Asterisk Complete Training
Flavio Eduardo de Andrade Goncalves
 
aptly: Debian repository management tool
Andrey Smirnov
 
Deploying and maintaining your software with RPM/APT
Joshua Thijssen
 
Deploying Plone on AWS
T. Kim Nguyen
 
Oscar: Rapid Iteration with Vagrant and Puppet Enterprise - PuppetConf 2013
Puppet
 
SFScon 2020 - Jakob Schwienbacher - Linux as HA Router - Linux Kernel keepali...
South Tyrol Free Software Conference
 
Compcon 2016 Workshop
Steven Cooper
 
Ansible + WordPress
Alan Lok
 
Phoenix Servers with Docker and Nginx
Nils De Moor
 
The 12 tasks of Asterisk
Elio Rojano
 
Beefing Up AIR - FITC AMS 2012
Wouter Verweirder
 
2010 za con_jameel_haffejee
Johan Klerk
 
Deploying PHP Applications with Ansible
Orestes Carracedo
 
Testing Ansible with Jenkins and Docker
Dennis Rowe
 
Building A Streaming Apple TV App (CocoaConf San Jose, Nov 2016)
Chris Adamson
 
Webinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
OlinData
 
Vagrant: The Oscar Plug-in
Jeff Scelza
 
Delivering SaaS to the Enterprise with illumos
Eric Sproul
 
Capistrano, Puppet, and Chef
David Benjamin
 

Similar to Configuration of Ansible - DevOps: Beginner's Guide To Automation With Ansible (20)

PPTX
Ansible as configuration management tool for devops
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
PDF
Ansible - Hands on Training
Mehmet Ali Aydın
 
PDF
Ansible Tutorial.pdf
NigussMehari4
 
PPTX
Introduction to ansible
Dharmit Shah
 
PDF
Automated Deployment and Configuration Engines. Ansible
Alberto Molina Coballes
 
PPTX
Ansible
Afroz Hussain
 
PPTX
Ansible day01
Gourav Varma
 
PPTX
Introduction to Ansible
CoreStack
 
PPTX
SESSION Ansible how to deploy and push resources
Saravanan68713
 
ODP
Introduction to Ansible
Knoldus Inc.
 
PDF
Ansible is the simplest way to automate. SymfonyCafe, 2015
Alex S
 
PDF
IT Automation with Ansible
Rayed Alrashed
 
PPTX
ansible : Infrastructure automation,idempotent and more
Sabarinath Gnanasekar
 
PDF
Drupal Camp Brighton 2015: Ansible Drupal Medicine show
George Boobyer
 
PDF
#OktoCampus - Workshop : An introduction to Ansible
Cédric Delgehier
 
PDF
Ansible automation tool with modules
mohamedmoharam
 
PDF
Ansible new paradigms for orchestration
Paolo Tonin
 
PDF
Ansible_Basics_ppt.pdf
PrabhjotSingh976002
 
PDF
Managing MySQL with Ansible
Ben Mildren
 
PDF
Automation with ansible
Khizer Naeem
 
Ansible as configuration management tool for devops
Puneet Kumar Bhatia (MBA, ITIL V3 Certified)
 
Ansible - Hands on Training
Mehmet Ali Aydın
 
Ansible Tutorial.pdf
NigussMehari4
 
Introduction to ansible
Dharmit Shah
 
Automated Deployment and Configuration Engines. Ansible
Alberto Molina Coballes
 
Ansible
Afroz Hussain
 
Ansible day01
Gourav Varma
 
Introduction to Ansible
CoreStack
 
SESSION Ansible how to deploy and push resources
Saravanan68713
 
Introduction to Ansible
Knoldus Inc.
 
Ansible is the simplest way to automate. SymfonyCafe, 2015
Alex S
 
IT Automation with Ansible
Rayed Alrashed
 
ansible : Infrastructure automation,idempotent and more
Sabarinath Gnanasekar
 
Drupal Camp Brighton 2015: Ansible Drupal Medicine show
George Boobyer
 
#OktoCampus - Workshop : An introduction to Ansible
Cédric Delgehier
 
Ansible automation tool with modules
mohamedmoharam
 
Ansible new paradigms for orchestration
Paolo Tonin
 
Ansible_Basics_ppt.pdf
PrabhjotSingh976002
 
Managing MySQL with Ansible
Ben Mildren
 
Automation with ansible
Khizer Naeem
 
Ad

Recently uploaded (20)

PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PPTX
How to Manage Promotions in Odoo 18 Sales
Celine George
 
PPTX
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PDF
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
PPTX
How to Configure Storno Accounting in Odoo 18 Accounting
Celine George
 
PPTX
Latest Features in Odoo 18 - Odoo slides
Celine George
 
PPTX
HEAD INJURY IN CHILDREN: NURSING MANAGEMENGT.pptx
PRADEEP ABOTHU
 
PPTX
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
PPTX
CONVULSIVE DISORDERS: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
PPTX
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
community health nursing question paper 2.pdf
Prince kumar
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
How to Manage Promotions in Odoo 18 Sales
Celine George
 
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
How to Configure Storno Accounting in Odoo 18 Accounting
Celine George
 
Latest Features in Odoo 18 - Odoo slides
Celine George
 
HEAD INJURY IN CHILDREN: NURSING MANAGEMENGT.pptx
PRADEEP ABOTHU
 
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 
CONVULSIVE DISORDERS: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
Ad

Configuration of Ansible - DevOps: Beginner's Guide To Automation With Ansible