Playbooks to a new Lilik
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.

7 lines
216 B

  1. ---
  2. ca_cert_common_name: '{{ host_fqdn }}'
  3. ca_cert_client: false
  4. ca_cert_min_days_validity: 30
  5. ca_cert_renew_private_key: true
  6. ca_cert_tls_subj: '{{ openssl_x509_prefix }}/OU=Server/CN={{ ca_cert_common_name }}'
  7. ...