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

add nginx details #707

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
ansible_aws_ssm_bucket_name: s3-bucket20230313100641329200000002
image_builder_s3_bucket_name: nomis-data-hub-software20230309164626754200000003
dns_zone_internal: nomis-data-hub.hmpps-production.modernisation-platform.internal
ndelius_proxy_pass: interface.probation.service.justice.gov.uk
1 change: 1 addition & 0 deletions ansible/roles/ndh-app/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- import_tasks: configure_proxy.yml
tags:
- ec2provision
- nginx
when: ndelius_proxy_pass is defined

# run any handlers before progressing to next role
Expand Down
Loading