Open EmptyByte opened 4 weeks ago
Nevermind those are variables used in templates (not mentionned in README or defaults). So you have to pass the cert/key with the above vars split with pipe:
certificate_key
cat cert.key | tr '\n' '|'
certificate
cat cert.pem | tr '\n' '|'
@EmptyByte Noted, will see if we can improve our docs around this
Duplicate of #370
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) :