Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Config Branch #210

Closed
wants to merge 12 commits into from
Closed
2 changes: 1 addition & 1 deletion .github/workflows/oracle-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
ansible/roles/secretsmanager-passwords
ansible/roles/get-modernisation-platform-facts
path: roles
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.SourceCodeVersion || 'main' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.SourceConfigVersion || 'main' }}
fetch-depth: 0

- name: Configure AWS Credentials
Expand Down
3 changes: 2 additions & 1 deletion ansible/group_vars/dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ansible_python_interpreter: /usr/bin/python3.9
ansible_aws_ssm_bucket_name: delius-core-development-openldap-migration
ansible_aws_ssm_bucket_name: ldap-dev-migration20240123173113114100000001
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not quite sure why we're using an LDAP migration bucket to store SSM session data?

#ansible_aws_ssm_bucket_name: delius-core-development-openldap-migration
Loading