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
Upgrade from consul 13.x.x to 14.x.x failed due issue in config.json file
config.json
ansible [core 2.15.12] executable location = /opt/homebrew/bin/ansible python version = 3.11.8 (main, Feb 6 2024, 21:21:21) [Clang 15.0.0 (clang-1500.1.0.2.5)] (/opt/homebrew/opt/[email protected]/bin/python3.11) jinja version = 3.1.
No need it is role issue, wrong parameter reference
n/a
Ubuntu 22.04 and 18.04
Just run current role with default parameters with consul version 14.x.x
grpc_tls port has proper value
"ports": { "dns": 8600, "grpc": -1, "grpc_tls": "127.0.0.1", "http": 8500, "https": 8501, "serf_lan": 8301, "serf_wan": 8302, "server": 8300 },
The text was updated successfully, but these errors were encountered:
PR with fix #606
Sorry, something went wrong.
No branches or pull requests
SUMMARY
Upgrade from consul 13.x.x to 14.x.x failed due issue in config.json file
ISSUE TYPE
COMPONENT NAME
config.json
ANSIBLE VERSION
COLLECTION VERSION
No need it is role issue, wrong parameter reference
CONFIGURATION
n/a
OS / ENVIRONMENT
Ubuntu 22.04 and 18.04
STEPS TO REPRODUCE
Just run current role with default parameters with consul version 14.x.x
EXPECTED RESULTS
grpc_tls port has proper value
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: