Skip to content

Releases: solutionDrive/ansible-role-route53

Fixes: Possibility that scripts tries to update the wrong zone

14 Jan 14:53
d7a1068
Compare
Choose a tag to compare

Change the grep to be more specific because otherwise it is possible that a wrong zone will be shown per grep

For example:
Find input: system.example.com

Available hosted zones:

  • staging-system.example.com
  • system.example.com

Without this change it is possible that staging-system.example.com will be selected instead of the correct one

Fixes wrong name of task

07 May 10:53
fb470b3
Compare
Choose a tag to compare

Fixes a wrong hardcoded name of a task

Fixes problem with IP

09 Jan 09:15
6dfeaa7
Compare
Choose a tag to compare

Fixes a problem that a IP which was set with the variable 'aws_route53_ip' was not setted correctly in the route53 record

Technology preview

20 Dec 10:59
881e185
Compare
Choose a tag to compare
Merge pull request #1 from solutionDrive/initial-work

Initial work