-
Notifications
You must be signed in to change notification settings - Fork 3
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
Periodically run cmk --update-dns-cache
#50
Comments
Thanks a lot for hint. So far that's not something that is taken care of by the role. I do this manually whenever I know that a DNS address of a host changed. Maybe I could add a task to refresh the DNS cache whenever the role is run? |
I don't like the idea of using Ansible as a dependency for periodical tasks. Ansible can be used to configure a |
Thanks for the feedback. I would propose a cron job for this. |
I don't really like the idea of a cronjob in this case. DNS changes is not something that "happen" spontaneously. If the IP address of a host is updated, then you need to update the host configuration anyway as the |
Understandable. But it is not always the case that the one who updates the DNS also thinks about or even knowns about to run |
Hi
I just noticed that the DNS cache seems to be not updated automatically at least in my deployments (manually setup). Is the DNS cache periodically refreshed when using this role?
The text was updated successfully, but these errors were encountered: