ansible / product-demos

GNU General Public License v3.0
194 stars 194 forks source link

Add deployment ID for bucket naming #149

Closed jce-redhat closed 6 months ago

jce-redhat commented 6 months ago

Initial setup will create a deployment ID stored in {{ playbook_dir }}/.deployment_id, which is used to override the default bucket name used in the aws.infrastructure_config_demos create_reports role. This ID will also be available for use anywhere a unique identifier is needed for a product-demos task.

Closes #148