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 and infrastructure as code
Search
Andreas Mosti
December 09, 2016
Programming
0
670
Ansible and infrastructure as code
A talk about how Ansible and Infrastructure as code
Andreas Mosti
December 09, 2016
Tweet
Share
More Decks by Andreas Mosti
See All by Andreas Mosti
Deterministic Builds and where to find them
andmos
0
64
Correct Maps Are Useless: A guide to mental models
andmos
0
190
LEGO I Praksis
andmos
0
74
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
37
IoIT: Internet of Insecure Things
andmos
0
130
Containers'n stuff
andmos
0
52
IoT - Bevisstgjøring
andmos
0
54
GitOps in a nutshell
andmos
0
210
Supply Chain Attack
andmos
0
66
Other Decks in Programming
See All in Programming
AHC061解説
shun_pi
0
380
OTP を自動で入力する裏技
megabitsenmzq
0
110
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
350
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
260
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
140
文字コードの話
qnighy
44
17k
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
150
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
240
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
550
Kubernetesでセルフホストが簡単なNewSQLを求めて / Seeking a NewSQL Database That's Simple to Self-Host on Kubernetes
nnaka2992
0
120
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8.1k
Featured
See All Featured
Building AI with AI
inesmontani
PRO
1
800
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
Automating Front-end Workflow
addyosmani
1370
200k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
83
A designer walks into a library…
pauljervisheath
210
24k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
230
エンジニアに許された特別な時間の終わり
watany
106
240k
Test your architecture with Archunit
thirion
1
2.2k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Transcript
and infrastructure as code
Motivation
• Test environment hell • Inconsistent server farms • «What
are we releasing on?» • Platform requirements • We need new machines quickly • Developers waste time!
None
Snowflake vs. Phoenix Server
Infrastructure as code
• Reproducible environments • Servers in source control • Imutable
infrastructure • Safety!
Baked vs. Fried servers
The usual suspects
None
None
Why Ansible?
Cross platform
Open Source
Agentless
Most important:
The correct abstraction (for us)
Playbooks push Database Appserver Build agent
None
Ansible keeps state
None
None
Let’s dive into it