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 Demo
Search
chrisL
July 30, 2014
Technology
1
210
Ansible Demo
Demo Ansible - Overview - Ad-Hoc Commands - Playbooks
chrisL
July 30, 2014
Tweet
Share
More Decks by chrisL
See All by chrisL
OfferUp Pitch
holoholochris
0
720
Julep Future Proof
holoholochris
0
78
Ansible 101 - The Basics
holoholochris
0
320
IceBreaker
holoholochris
0
44
RrVee
holoholochris
0
46
Other Decks in Technology
See All in Technology
Flutterでキャッチしないエラーはどこに行く
taiju59
0
220
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
190
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
210
落ちる 落ちるよ サーバーは落ちる
suehiromasatoshi
0
150
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
150
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
210
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
6
750
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
730
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
440
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
11
4.6k
DDD集約とサービスコンテキスト境界との関係性
pandayumi
3
280
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
220
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
37
3.4k
A designer walks into a library…
pauljervisheath
207
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Designing for humans not robots
tammielis
253
25k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Building Applications with DynamoDB
mza
96
6.6k
Side Projects
sachag
455
43k
Transcript
Ansible agentless configuration management
topics ansible overview cm tools compared traditional ad-hoc commands ansible
playbooks ansible tower
ansible overview agentless! got ssh? got cm! declarative & ordered
executes python scripts sent over ssh on servers
cm tools compared Puppet Server Agent Puppet DSL Certs! Learning
Curve Ruby & Java Chef Server Agent or Solo Ruby Learning Curve Ruby Ansible Server or Agent Linux/UNIX CLI + Yaml Learning Curve Python
ad-hoc mode ansible -i hosts all -m command -a “ifconfig
eth1” Linux thing! ansible -i hosts all -m user -a “name=james” Ansible Module
playbooks if ansible modules are tools in your workshop playbooks
are the design plans
None
screencap of a playbook deploying Puppet Enterprise
Ansible Tower Web Tool for managing inventory API & CLI
non-technical manager friendly
screenshare of a Tower demo