1e862a9ade
As we're using these roles, we'll want to pass potentially different values to different of our hosts over time. For instance, we may want to set the jenkins servers to start using puppet apply before we get all the hosts there. Since we run most of the hosts in a big matching mechanism, the way we can pass different input values to each host. Change-Id: I5698355df0c13cd11fe5987787e65ee85a384256
5 lines
94 B
YAML
5 lines
94 B
YAML
- hosts: '!review.openstack.org:!git0*:!afs*'
|
|
gather_facts: false
|
|
roles:
|
|
- role: puppet
|