rbicker / ansible-nextcloud

nextcloud ansible role
24 stars 18 forks source link

Add an option to skip ssl certificate generation #2

Closed lalmeras closed 6 years ago

lalmeras commented 6 years ago

Previously, the only choices about ssl is to activate ssl with a generated ssl certificate or not to use ssl.

A new configuration nextcloud_ssl_skip_gen allow to skip ssl certificate generation. In this case, role caller must provide nextcloudssl* files.

nextcloud_ssl_skip_gen by default to false, to that existing configurations do not break.

(And thanks for you work on this role)

rbicker commented 6 years ago

thanks!