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
420
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
飲食店データの分析事例とそれを支えるデータ基盤
kimujun
0
210
The Role of Developer Relations in AI Product Success.
giftojabu1
0
150
【Pycon mini 東海 2024】Google Colaboratoryで試すVLM
kazuhitotakahashi
2
560
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
13k
インフラとバックエンドとフロントエンドをくまなく調べて遅いアプリを早くした件
tubone24
1
430
Taming you application's environments
salaboy
0
200
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
電話を切らさない技術 電話自動応答サービスを支える フロントエンド
barometrica
1
110
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
180
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
7
690
VideoMamba: State Space Model for Efficient Video Understanding
chou500
0
200
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
310
Featured
See All Featured
Building an army of robots
kneath
302
43k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
KATA
mclloyd
29
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Designing for Performance
lara
604
68k
A better future with KSS
kneath
238
17k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
For a Future-Friendly Web
brad_frost
175
9.4k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
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