You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
356B

  1. ---
  2. - include_role:
  3. name: certificate
  4. vars:
  5. certificate_name: nextcloud
  6. certificate_directory: /etc/ssl
  7. certificate_key_usage:
  8. - digitalSignature
  9. - keyEncipherment
  10. certificate_extended_key_usage:
  11. - serverAuth
  12. certificate_alt_names: "{{ nextcloud_server_names | map('regex_replace', '(.*)','DNS:\\1') | list }}"