Adds tripleo_deploy role that wraps the standalone tripleo deploy command. Change-Id: I4f1be3bb610e238225a6d0acd06aeea2901b433a
9 lines
130 B
YAML
9 lines
130 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
|
|
- name: Include molecule prep
|
|
include_role:
|
|
name: test_molecule_prep
|