Skip to content

Commit

Permalink
Merge pull request #458 from ministryofjustice/DBA-596
Browse files Browse the repository at this point in the history
Replace specific delius tag name
  • Loading branch information
ranbeersingh1 authored Dec 19, 2023
2 parents 6507333 + 489d39c commit 10c06f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/hosts/instance_aws_ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ keyed_groups:
prefix: server-type
- key: tags['os-type'] | lower
prefix: os-type
- key: tags['environment-name'] + '_' + tags['delius-environment-name'] + '_all'
- key: tags['environment-name'] + '_' + tags[application + '-environment'] + '_all'
prefix: environment-name
- key: tags['environment-name'] + '_' + tags['delius-environment-name'] + '_' + tags['database']
- key: tags['environment-name'] + '_' + tags[application + '-environment'] + '_' + tags['database']
prefix: environment-name
- key: tags['environment-name'] + '_' + tags['delius-environment-name'] + '_' + tags['database'].split('_')[0] + '_dbs'
- key: tags['environment-name'] + '_' + tags[application + '-environment'] + '_' + tags['database'].split('_')[0] + '_dbs'
prefix: environment-name

strict: no

0 comments on commit 10c06f9

Please sign in to comment.