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
Deployment with ansible
Search
tabbi89
December 12, 2016
Programming
2
59
Deployment with ansible
Blue green deployment of sample application using ansible, docker, jenkins
tabbi89
December 12, 2016
Tweet
Share
More Decks by tabbi89
See All by tabbi89
PROFILING WITH BLACKFIRE
tabbi89
1
130
Other Decks in Programming
See All in Programming
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
980
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
120
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
10k
たった 1 枚の PHP ファイルで実装する MCP サーバ / MCP Server with Vanilla PHP
okashoi
1
230
Code as Context 〜 1にコードで 2にリンタ 34がなくて 5にルール? 〜
yodakeisuke
0
120
Porting a visionOS App to Android XR
akkeylab
0
380
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
100
WindowInsetsだってテストしたい
ryunen344
1
240
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
250
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
100
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Designing Experiences People Love
moore
142
24k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Raft: Consensus for Rubyists
vanstee
140
7k
Producing Creativity
orderedlist
PRO
346
40k
KATA
mclloyd
30
14k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
500
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
DEPLOYMENT with Ansible and others :) Tomasz Łopusiewicz
About me tabbi_89 tabbi89
[email protected]
“Software deployment” a big picture
“Deployment 2017” continuous integration continuous delivery continuous deployment
A sample deployment of application “What week”
1. Code change 2. Pull request 3. Build 4. Check
tests 5. Merge 6. Deploy to production (using blue green) 7. Rollback Steps
Blue green deployments Router Green Blue
Live demo
Thank You https://github.com/tabbi89/blue-green-deployment-example