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
650
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
24
Correct Maps Are Useless: A guide to mental models
andmos
0
130
LEGO I Praksis
andmos
0
40
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
26
IoIT: Internet of Insecure Things
andmos
0
110
Containers'n stuff
andmos
0
27
IoT - Bevisstgjøring
andmos
0
24
GitOps in a nutshell
andmos
0
140
Supply Chain Attack
andmos
0
36
Other Decks in Programming
See All in Programming
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
Figma Dev Modeで変わる!Flutterの開発体験
watanave
0
130
Ethereum_.pdf
nekomatu
0
460
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
Remix on Hono on Cloudflare Workers
yusukebe
1
290
Outline View in SwiftUI
1024jp
1
330
Better Code Design in PHP
afilina
PRO
0
130
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.1k
Realtime API 入門
riofujimon
0
150
Jakarta EE meets AI
ivargrimstad
0
560
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
96
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Keith and Marios Guide to Fast Websites
keithpitt
409
22k
Visualization
eitanlees
145
15k
Designing the Hi-DPI Web
ddemaree
280
34k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
890
The Language of Interfaces
destraynor
154
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
It's Worth the Effort
3n
183
27k
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