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
43
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
29
GitOps in a nutshell
andmos
0
140
Supply Chain Attack
andmos
0
36
Other Decks in Programming
See All in Programming
ドメインイベント増えすぎ問題
h0r15h0
2
300
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
5
1.2k
Semantic Kernelのネイティブプラグインで知識拡張をしてみる
tomokusaba
0
180
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
フロントエンドのディレクトリ構成どうしてる? Feature-Sliced Design 導入体験談
osakatechlab
8
4.1k
Асинхронность неизбежна: как мы проектировали сервис уведомлений
lamodatech
0
760
数十万行のプロジェクトを Scala 2から3に完全移行した
xuwei_k
0
270
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
競技プログラミングへのお誘い@阪大BOOSTセミナー
kotamanegi
0
360
create_tableをしただけなのに〜囚われのuuid編〜
daisukeshinoku
0
240
PSR-15 はあなたのための ものではない? - phpcon2024
myamagishi
0
110
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
Featured
See All Featured
Docker and Python
trallard
42
3.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Fireside Chat
paigeccino
34
3.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
28
900
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.5k
GraphQLとの向き合い方2022年版
quramy
44
13k
Product Roadmaps are Hard
iamctodd
PRO
49
11k
Designing for Performance
lara
604
68k
Facilitating Awesome Meetings
lara
50
6.1k
Why Our Code Smells
bkeepers
PRO
335
57k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
66k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
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