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
660
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
27
Correct Maps Are Useless: A guide to mental models
andmos
0
150
LEGO I Praksis
andmos
0
49
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
29
IoIT: Internet of Insecure Things
andmos
0
110
Containers'n stuff
andmos
0
31
IoT - Bevisstgjøring
andmos
0
33
GitOps in a nutshell
andmos
0
170
Supply Chain Attack
andmos
0
38
Other Decks in Programming
See All in Programming
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
Bedrock×MCPで社内ブログ執筆文化を育てたい!
har1101
6
1.2k
VitestのIn-Source Testingが便利
taro28
8
2.2k
Rollupのビルド時間高速化によるプレビュー表示速度改善とバンドラとASTを駆使したプロダクト開発の難しさ
plaidtech
PRO
1
180
Qiita Bash
mercury_dev0517
2
210
REALITY コマンド作成チュートリアル
nishiuriraku
0
110
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
120
Make Parsers Compatible Using Automata Learning
makenowjust
2
5.6k
Exit 8 for SwiftUI
ojun9
0
140
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
130
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
8
2.3k
AI時代の開発者評価について
ayumuu
0
200
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
119
51k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Optimising Largest Contentful Paint
csswizardry
37
3.2k
Docker and Python
trallard
44
3.3k
It's Worth the Effort
3n
184
28k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Designing for humans not robots
tammielis
253
25k
How GitHub (no longer) Works
holman
314
140k
A designer walks into a library…
pauljervisheath
205
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.4k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
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