Move deploy-steps-playbook to deploy-steps-tasks

So that we can more easily iterate over an include in an output

Change-Id: Idd5bb47589e5c37123caafcded1afbff8881aa33
This commit is contained in:
Steven Hardy 2017-07-20 15:04:10 +01:00 committed by Emilien Macchi
parent ac16b57460
commit 76421eb249
2 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,6 @@
- hosts: localhost
connection: local
tasks:
# Note the indentation here is required as it's joined
# to create a playbook in deploy-steps.j2
#####################################################
# Per step puppet configuration of the baremetal host
#####################################################

View File

@ -72,7 +72,15 @@ resources:
- name: update_identifier
- name: bootstrap_server_id
- name: docker_puppet_debug
config: {get_file: deploy-steps-playbook.yaml}
config:
str_replace:
template: |
- hosts: localhost
connection: local
tasks:
_TASKS
params:
_TASKS: {get_file: deploy-steps-tasks.yaml}
{%- for step in range(1, deploy_steps_max) %}
# BEGIN service_workflow_tasks handling