d039a62045
/etc/ansible/playbooks isn't actually a thing, it was just a convenient place to put things. However, to enable puppet apply, we're going to want a group_vars directory adjacent to the playbooks, so having them be a subdirectory of the puppet module and installed by it is just extra complexity. Also, if we run out of system-config, then it'll be easier to work with things like what we do with puppet environments for testing things. Change-Id: I947521a73051a44036e7f4c45ce74a79637f5a8b
6 lines
146 B
YAML
6 lines
146 B
YAML
---
|
|
- hosts: "!review.openstack.org:!git0*:!afs*"
|
|
gather_facts: false
|
|
roles:
|
|
- { role: puppet, puppetmaster: puppetmaster.openstack.org }
|