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

Abort the play if any hosts fail to upgrade

parent 7605e7ee
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 hetzner servers
hosts: all,!kape_servers,!packet_net,!rsync_net,!hetzner_storageboxes
max_fail_percentage: 0
serial: 20%
gather_facts: false
......@@ -11,6 +12,7 @@
- name: upgrade and reboot all kape and packet.net servers
hosts: kape_servers,packet_net
max_fail_percentage: 0
serial: 1
gather_facts: false
......
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