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
50
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
32
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
複雑なフォームを継続的に開発していくための技術選定・設計・実装 #tskaigi / #tskaigi2025
izumin5210
9
2.3k
生成AI時代のフルスタック開発
kenn
8
1k
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
M5UnitUnified 最新動向 2025/05
gob
0
150
Designing Your Organization's Test Pyramid ( #scrumniigata )
teyamagu
PRO
5
1.7k
イベントソーシングとAIの親和性ー物語とLLMに理解できるデータ
tomohisa
0
130
AWS Summit Hong Kong 2025: Reinventing Programming - How AI Transforms Our Enterprise Coding Approach
dwchiang
0
150
クラシルリワードにおける iOSアプリ開発の取り組み
funzin
1
450
Road to Ruby for A Linguistics Nerd
hayat01sh1da
PRO
0
390
ソフトウェア保守性向上のためのユニットテストカバレッジの有効性評価
todooou183
2
170
TSConfigからTypeScriptの世界を覗く
planck16
1
280
AI時代のリアーキテクチャ戦略 / Re-architecture Strategy in the AI Era
dachi023
0
160
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.7k
The Cost Of JavaScript in 2023
addyosmani
49
7.9k
Scaling GitHub
holman
459
140k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.3k
Embracing the Ebb and Flow
colly
85
4.7k
Practical Orchestrator
shlominoach
187
11k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
KATA
mclloyd
29
14k
We Have a Design System, Now What?
morganepeng
52
7.6k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Documentation Writing (for coders)
carmenintech
71
4.8k
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