1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-23 19:46:03 +02:00

Abort the play if any hosts fail to upgrade

This commit is contained in:
Evangelos Foutras 2021-08-17 18:37:57 +03:00
parent 7605e7ee78
commit 19084fe336
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

@ -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