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.

17 line
351B

  1. ---
  2. - import_tasks: directory.yml
  3. when: certificate_directory is defined
  4. - name: setup
  5. include_tasks: setup_{{ansible_os_family}}.yml
  6. - name: method
  7. include_tasks: "provider-{{ certificate_provider }}.yml"
  8. - name: info
  9. command: openssl x509 -text -noout
  10. -in "{{ certificate_file }}"
  11. changed_when: false
  12. register: _certificate_info