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.

16 lines
574 B

  1. ---
  2. - include_tasks: ../shared/pki_mount.yml
  3. vars:
  4. pki_mount_path: "{{ create_mount_path }}"
  5. pki_mount_options:
  6. config:
  7. default_lease_ttl: "{{ create_mount_default_lease_ttl }}"
  8. max_lease_ttl: "{{ create_mount_max_lease_ttl }}"
  9. description: "{{ create_mount_description }}"
  10. - include_tasks: ../shared/config_ca.yml
  11. vars:
  12. config_ca_ca_pem: "{{ create_mount_cert_dir }}/ca.pem"
  13. config_ca_ca_key: "{{ create_mount_cert_dir }}/ca-key.pem"
  14. config_ca_mount_path: "{{ create_mount_path }}"
  15. when: create_mount_config_ca_needed