Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ansible
Search
Jasim Muhammed
December 07, 2014
Technology
1
430
Ansible
A small intro about ansible, variables, roles and playbooks
Jasim Muhammed
December 07, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
Lazy application authentication with Tailscale
bluehatbrit
0
120
Beyond Kaniko: Navigating Unprivileged Container Image Creation
f30
0
110
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
160
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
300
KubeCon + CloudNativeCon Japan 2025 に行ってきた! & containerd の新機能紹介
honahuku
0
120
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
1
1.2k
React開発にStorybookとCopilotを導入して、爆速でUIを編集・確認する方法
yu_kod
1
110
LangSmith×Webhook連携で実現するプロンプトドリブンCI/CD
sergicalsix
1
160
Tokyo_reInforce_2025_recap_iam_access_analyzer
hiashisan
0
150
さくらのIaaS基盤のモニタリングとOpenTelemetry/OSC Hokkaido 2025
fujiwara3
2
270
Amazon Bedrockで実現する 新たな学習体験
kzkmaeda
2
690
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
190
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Faster Mobile Websites
deanohume
307
31k
Typedesign – Prime Four
hannesfritz
42
2.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
810
Producing Creativity
orderedlist
PRO
346
40k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Become a Pro
speakerdeck
PRO
28
5.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Transcript
Jasim Muhammed
ME? • Senior Software Engineer @ Nuventure, working for Rightside.
• Hacking flask, SQLAlchemy, grunt, jQuery, Jenkins and Ansible. • Do lot of other things with team :)
WHAT IS ANSIBLE? • Meaning: fictitious machine capable of faster
communication than light
WHAT IS ANSIBLE? • Ansible is a configuration management and
provisioning tool, similar to Chef, Puppet or Salt • Automates the job of ‘manual configuration’ and setting up of servers, machines
ADVANTAGES OF ANSIBLE • Ansible is setup on one computer
or VM, and could control other VMS via SSH • No client installation is needed on remote machines • Simple to code, using YAML files and INI • Jinja2 variables support
VARIABLES, INVENTORY, ROLES PLAYBOOKS,
VARIABLES • YAML files • Defining a set of variables
for set of host groups/hosts
INVENTORY • INI Files • Helps to group hosts
ROLES • YAML files • A series of tasks to
execute • Configuration files are generated from templates • Variables are filled in tasks and templates at runtime
PLAYBOOKS • YAML files • A series of roles executed
together on a group of machines
Running ping on all servers
Typical Ansible folder structure
[email protected]
http://jasimmk.ninja THANKS