Merge "Add 'serial' keyword to restart playbook"

This commit is contained in:
Jenkins 2015-10-19 06:53:11 +00:00 committed by Gerrit Code Review
commit e7016a1e0e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
---
- hosts: 'jenkins0*.openstack.org'
# Do the entire play completely for one host at a time
serial: 1
# Treat any errors as fatal so that we don't stop all the jenkins
# masters.
any_errors_fatal: true