Add deployment ID for bucket naming (#149)

This commit is contained in:
Chris Edillon
2024-05-20 15:10:02 -04:00
committed by GitHub
parent 4f0df3c8db
commit 16553210bd
3 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
- name: "SESSION_COOKIE_AGE"
value: 180000
- name: Create reusable deployment ID
ansible.builtin.set_fact:
_deployment_id: '{{ lookup("ansible.builtin.password", "{{ playbook_dir }}/.deployment_id", chars=["ascii_lowercase", "digits"], length=5) }}'
- name: "Include configuration for {{ demo }}"
ansible.builtin.include_vars: "{{ demo }}/setup.yml"