Standardize tags for accounting purposes

This commit is contained in:
Wesley Dawson 2015-10-29 13:23:37 -07:00
Родитель 4068e3f306
Коммит 7236e23c5d
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -11,10 +11,9 @@
disable_rollback: true disable_rollback: true
template: "files/cloudformation.json" template: "files/cloudformation.json"
tags: tags:
type: "telemetry" Type: "spark"
application: "spark" App: "pipeline"
register: cloudformation register: cloudformation
- debug: var=cloudformation - debug: var=cloudformation
- command: files/deploy.sh "{{account}}:role/{{cloudformation.stack_outputs.Role}}" - command: files/deploy.sh "{{account}}:role/{{cloudformation.stack_outputs.Role}}"