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'm creating a deployment with playbook using cluster role from this repo: SUSE/qe-sap-deployment#202
cluster
I noticed that, if I forgot to provide aws_region, the role fails as the variable is needed by task Ensure config file has cluster block.
aws_region
Ensure config file has cluster block
That's fine but:
Required variables for AWS
community.sles-for-sap/roles/cluster/README.md
Line 144 in 00c5182
Ensure that AWS specific variables are supplied
The text was updated successfully, but these errors were encountered:
PR was merged.
Sorry, something went wrong.
No branches or pull requests
I'm creating a deployment with playbook using
cluster
role from this repo: SUSE/qe-sap-deployment#202I noticed that, if I forgot to provide
aws_region
, the role fails as the variable is needed by taskEnsure config file has cluster block
.That's fine but:
Required variables for AWS
section ofcommunity.sles-for-sap/roles/cluster/README.md
Line 144 in 00c5182
Ensure that AWS specific variables are supplied
The text was updated successfully, but these errors were encountered: