Merge "Make strategy free default for all remote_puppet playbooks"

This commit is contained in:
Jenkins 2016-09-21 10:57:30 +00:00 committed by Gerrit Code Review
commit 7e54fde8bd
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
- hosts: '*'
strategy: free
gather_facts: true
roles:
- role: puppet

View File

@ -1,5 +1,6 @@
---
- hosts: "afs*:!disabled"
strategy: free
gather_facts: true
roles:
- role: puppet

View File

@ -1,4 +1,5 @@
- hosts: '!review.openstack.org:!git0*:!afs*:!baremetal*:!controller*:!compute*:!puppetmaster*:!disabled'
strategy: free
gather_facts: true
roles:
- role: puppet