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
730
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
20251106 Offers DeepDive 知識を民主化!あらゆる業務のスピードと品質を 改善するためのドキュメント自動更新・活用術
masashiyokota
1
230
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
440
技術の総合格闘技!?AIインフラの現在と未来。
ebiken
PRO
0
160
こんな時代だからこそ! 想定しておきたいアクセスキー漏洩後のムーブ
takuyay0ne
3
170
日本のソブリンAIを支えるエヌビディアの生成AIエコシステム
acceleratedmu3n
0
130
GPUをつかってベクトル検索を扱う手法のお話し~NVIDIA cuVSとCAGRA~
fshuhe
0
390
プロダクトエンジニアとしてのマインドセットの育み方 / How to improve product engineer mindset
saka2jp
1
190
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
190
データとAIで明らかになる、私たちの課題 ~Snowflake MCP,Salesforce MCPに触れて~ / Data and AI Insights
kaonavi
0
340
Spec Driven Development入門/spec_driven_development_for_learners
hanhan1978
1
710
どうなる Remix 3
tanakahisateru
0
260
設計は最強のプロンプト - AI時代に武器にすべきスキルとは?-
kenichirokimura
1
170
Featured
See All Featured
Bash Introduction
62gerente
615
210k
Code Review Best Practice
trishagee
72
19k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Facilitating Awesome Meetings
lara
57
6.6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
How GitHub (no longer) Works
holman
315
140k
RailsConf 2023
tenderlove
30
1.3k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Become a Pro
speakerdeck
PRO
29
5.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Side Projects
sachag
455
43k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
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