-
Notifications
You must be signed in to change notification settings - Fork 141
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
[ansible/artifactory_nginx_ssl] Add certificate and certificate_key variables to the README #421
Comments
Nevermind those are variables used in templates (not mentionned in README or defaults).
|
@EmptyByte Noted, will see if we can improve our docs around this |
Duplicate of #370 |
No, it is not a requirement. Original end-of-lines are preserved anyway, so no need to bother to replace EOL by pipe in the certificate files you generates from openssl for instance. Here is how I provide these variables:
|
@ymartin59 Right, thank you. I was misled by the pipe split in the templates, it should indeed work with a lookup or a block scalar.
|
In defaults:
In
tasks/main.yml
The first tasks checks if two undefined variables exists:
Then later you use the right variables names (ie ssl_certificate and ssl_certificate_key) :
The text was updated successfully, but these errors were encountered: