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
77
Ansible 101 - The Basics
holoholochris
0
310
IceBreaker
holoholochris
0
43
RrVee
holoholochris
0
45
Other Decks in Technology
See All in Technology
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
490
Model Mondays S2E03: SLMs & Reasoning
nitya
0
230
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
300
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
210
GitHub Copilot の概要
tomokusaba
1
140
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
0
210
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
4
920
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
1
260
asken AI勉強会(Android)
tadashi_sato
0
130
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
350
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
4
3.2k
より良いプロダクトの開発を目指して - 情報を中心としたプロダクト開発 #phpcon #phpcon2025
bengo4com
1
3.2k
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
A better future with KSS
kneath
239
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Six Lessons from altMBA
skipperchong
28
3.9k
Statistics for Hackers
jakevdp
799
220k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
GraphQLとの向き合い方2022年版
quramy
49
14k
How GitHub (no longer) Works
holman
314
140k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
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