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
5 lines
103 B
YAML
5 lines
103 B
YAML
---
|
|
- hosts: '*.slave.openstack.org'
|
|
tasks:
|
|
- shell: 'rm -rf ~jenkins/workspace/*{{ project }}*'
|