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

inherit ttl from zone when modifying records #281

Open
dirks opened this issue Dec 9, 2024 · 0 comments
Open

inherit ttl from zone when modifying records #281

dirks opened this issue Dec 9, 2024 · 0 comments

Comments

@dirks
Copy link

dirks commented Dec 9, 2024

In Grid Manager there is the option to set the TTL of records (A/CNAME/…) to "Inherit from Auth Zone". This is currently not possible using the associated ansible modules. The current behavior is

  • set the ttl parameter to an integer will set an explicit TTL value for that record
  • omit the ttl parameter will not modify the TTL value of that record, i.e. it will keep its own value or the inherited one

My usecase would be, setting a lower TTL before pointing a record to a new destination and setting it back to inherit once the changes are done.

I suggest to either add an Parameter like inherit_ttl which if true is mutually exclusive with ttl or to allow setting ttl to the string inherit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant