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
28
Correct Maps Are Useless: A guide to mental models
andmos
0
150
LEGO I Praksis
andmos
0
53
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
30
IoIT: Internet of Insecure Things
andmos
0
120
Containers'n stuff
andmos
0
32
IoT - Bevisstgjøring
andmos
0
33
GitOps in a nutshell
andmos
0
180
Supply Chain Attack
andmos
0
38
Other Decks in Programming
See All in Programming
「兵法」から見る質とスピード
ickx
0
250
ワイがおすすめする新潟の食 / 20250530phpconf-niigata-eve
kasacchiful
0
290
Haskell でアルゴリズムを抽象化する / 関数型言語で競技プログラミング
naoya
16
3.5k
Perlで痩せる
yuukis
1
680
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
280
Effect の双対、Coeffect
yukikurage
4
1.2k
TypeScript LSP の今までとこれから
quramy
1
480
Perplexity Slack Botを作ってAI活用を進めた話 / AI Engineering Summit プレイベント
n3xem
0
590
XSLTで作るBrainfuck処理系
makki_d
0
170
GoのWebAssembly活用パターン紹介
syumai
3
7.9k
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
480
UPDATEがシステムを複雑にする? イミュータブルデータモデルのすすめ
shimomura
0
510
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
For a Future-Friendly Web
brad_frost
179
9.8k
Six Lessons from altMBA
skipperchong
28
3.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
RailsConf 2023
tenderlove
30
1.1k
GraphQLとの向き合い方2022年版
quramy
46
14k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
YesSQL, Process and Tooling at Scale
rocio
172
14k
The World Runs on Bad Software
bkeepers
PRO
68
11k
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