Skip to content
Snippets Groups Projects
Verified Commit 871f9a20 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Do rolling upgrades in batches of 20%

parent 55199ad7
No related branches found
No related tags found
1 merge request!475Add simple playbook task for upgrading servers
......@@ -2,6 +2,7 @@
- name: upgrade and reboot all servers
hosts: all,!rsync_net,!hetzner_storageboxes
serial: 20%
gather_facts: false
tasks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment