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
『OCI で学ぶクラウドネイティブ 実践 × 理論ガイド』 書籍概要
oracle4engineer
PRO
3
160
Trust as Infrastructure
bcantrill
1
370
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.2k
AI ReadyなData PlatformとしてのAutonomous Databaseアップデート
oracle4engineer
PRO
0
230
The Cake Is a Lie... And So Is Your Login’s Accessibility
leichteckig
0
100
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
200
多様な事業ドメインのクリエイターへ 価値を届けるための営みについて
massyuu
1
490
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
200
後進育成のしくじり〜任せるスキルとリーダーシップの両立〜
matsu0228
7
3.2k
ガバメントクラウド(AWS)へのデータ移行戦略の立て方【虎の巻】 / 20251011 Mitsutosi Matsuo
shift_evolve
PRO
2
180
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
110
セキュアな認可付きリモートMCPサーバーをAWSマネージドサービスでつくろう! / Let's build an OAuth protected remote MCP server based on AWS managed services
kaminashi
3
250
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Practical Orchestrator
shlominoach
190
11k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
Facilitating Awesome Meetings
lara
56
6.6k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Music & Morning Musume
bryan
46
6.8k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.3k
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