2a9a815857
Make use of import_playbook instead of deprecated and misleading include. Change-Id: I20c67191be4394c33184620928e31a2ee15956fa
17 lines
375 B
YAML
17 lines
375 B
YAML
---
|
|
# This is the playbook used by the `quickstart.sh` script.
|
|
|
|
- import_playbook: quickstart-extras.yml
|
|
|
|
- name: Collect logs, create docs, publish
|
|
hosts: all:!localhost
|
|
gather_facts: false
|
|
roles:
|
|
- {role: tripleo-collect-logs, artcl_collect: true}
|
|
|
|
- name: test overcloud deletion
|
|
hosts: undercloud
|
|
gather_facts: false
|
|
roles:
|
|
- {role: overcloud-delete}
|