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
440
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
AIエージェント×GitHubで実現するQAナレッジの資産化と業務活用 / QA Knowledge as Assets with AI Agents & GitHub
tknw_hitsuji
0
260
Phase01_AI座学_基礎
overflowinc
0
4.3k
イベントで大活躍する電子ペーパー名札を作る(その2) 〜 M5PaperとM5PaperS3 〜 / IoTLT @ JLCPCB オープンハードカンファレンス
you
PRO
0
210
MCPで決済に楽にする
mu7889yoon
0
130
Cursor Subagentsはいいぞ
yug1224
2
110
FASTでAIエージェントを作りまくろう!
yukiogawa
4
120
GitHub Copilot CLI で Azure Portal to Bicep
tsubakimoto_s
0
270
【社内勉強会】新年度からコーディングエージェントを使いこなす - 構造と制約で引き出すClaude Codeの実践知
nwiizo
26
13k
サイボウズ 開発本部採用ピッチ / Cybozu Engineer Recruit
cybozuinsideout
PRO
10
76k
Phase05_ClaudeCode入門
overflowinc
0
2.4k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
ハーネスエンジニアリング×AI適応開発
aictokamiya
1
340
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
528
40k
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
700
The SEO identity crisis: Don't let AI make you average
varn
0
420
Rails Girls Zürich Keynote
gr2m
96
14k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
The Curious Case for Waylosing
cassininazir
0
280
jQuery: Nuts, Bolts and Bling
dougneiner
66
8.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
490
Designing Powerful Visuals for Engaging Learning
tmiket
0
300
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
330
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