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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Andreas Mosti
December 09, 2016
Programming
0
670
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
59
Correct Maps Are Useless: A guide to mental models
andmos
0
180
LEGO I Praksis
andmos
0
71
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
35
IoIT: Internet of Insecure Things
andmos
0
130
Containers'n stuff
andmos
0
49
IoT - Bevisstgjøring
andmos
0
53
GitOps in a nutshell
andmos
0
200
Supply Chain Attack
andmos
0
63
Other Decks in Programming
See All in Programming
AI & Enginnering
codelynx
0
140
ふん…おもしれぇ Parser。RubyKaigi 行ってやるぜ
aki_pin0
0
110
Event Storming
hschwentner
3
1.3k
Gemini for developers
meteatamel
0
120
個人開発は儲からない - それでも開発開始1ヶ月で300万円売り上げた方法
taishiyade
0
110
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
270
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
170
AIと一緒にレガシーに向き合ってみた
nyafunta9858
0
430
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
250
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1.2k
15年続くIoTサービスのSREエンジニアが挑む分散トレーシング導入
melonps
2
450
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
160
Featured
See All Featured
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
210
Paper Plane (Part 1)
katiecoart
PRO
0
4.9k
The Curious Case for Waylosing
cassininazir
0
250
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Paper Plane
katiecoart
PRO
0
47k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
360
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.7k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
930
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
140
What does AI have to do with Human Rights?
axbom
PRO
0
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