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
モノレポにおけるエラー管理 ~Runbook自動生成とチームメンションの最適化
biwashi
0
370
マルチプロダクト×マルチテナントを支えるモジュラモノリスを中心としたアソビューのアーキテクチャ
disc99
1
660
意志の力が9割。アニメから学ぶAI時代のこれから。
endohizumi
1
110
LLM 機能を支える Langfuse / ClickHouse のサーバレス化
yuu26
9
2.6k
Amazon Qで2Dゲームを作成してみた
siromi
0
170
Telemetry APIから学ぶGoogle Cloud ObservabilityとOpenTelemetryの現在 / getting-started-telemetry-api-with-google-cloud
k6s4i53rx
0
160
文字列の並び順 / String Collation
tmtms
1
110
歴代のWeb Speed Hackathonの出題から考えるデグレしないパフォーマンス改善
shuta13
6
520
テストを実行してSorbetのsigを書こう!
sansantech
PRO
1
130
[kickflow]20250319_少人数チームでのAutify活用
otouhujej
0
170
JAWS AI/ML #30 AI コーディング IDE "Kiro" を触ってみよう
inariku
3
400
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
780
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Documentation Writing (for coders)
carmenintech
73
5k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Being A Developer After 40
akosma
90
590k
Building Adaptive Systems
keathley
43
2.7k
Music & Morning Musume
bryan
46
6.7k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
183
54k
BBQ
matthewcrist
89
9.8k
The Cult of Friendly URLs
andyhume
79
6.5k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Why Our Code Smells
bkeepers
PRO
338
57k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
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