Skip to content

Commit fb0b5e3

Browse files
author
Jody McIntyre
committed
Add rollback playbook
1 parent d561b73 commit fb0b5e3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- hosts: localhost
2+
gather_facts: False
3+
vars:
4+
cluster: imageserver-stage
5+
zone: us-central1-a
6+
roles:
7+
- common
8+
- rollback
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Undo rollout
2+
local_action: command kubectl rollout undo deployments/imageserver

0 commit comments

Comments
 (0)