We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to enable dns cache ttl like described here https://developer.hashicorp.com/consul/docs/services/discovery/dns-cache
consul config
not relevant
not relevant. since no parameter in role available
all
missing parameters
user able to set dns caching properties like foc consul config.json
dns_config { service_ttl { "*" = "5s" "web" = "30s" "db*" = "10s" "db-master" = "3s" } }
not possible to set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
I want to enable dns cache ttl like described here
https://developer.hashicorp.com/consul/docs/services/discovery/dns-cache
ISSUE TYPE
COMPONENT NAME
consul config
ANSIBLE VERSION
not relevant
COLLECTION VERSION
not relevant
CONFIGURATION
not relevant. since no parameter in role available
OS / ENVIRONMENT
all
STEPS TO REPRODUCE
missing parameters
EXPECTED RESULTS
user able to set dns caching properties like foc consul config.json
ACTUAL RESULTS
not possible to set
The text was updated successfully, but these errors were encountered: