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.
 
 
 
 

15 lines
615 B

---
ca_cert_ca_manager_host: 'authorities_request'
ca_cert_common_name: '{{ host_fqdn }}'
ca_cert_proto: 'tls'
ca_cert_client: false
ca_cert_min_days_validity: 30
ca_cert_renew_private_key: true
ca_cert_tls_subj: '{{ openssl_x509_prefix}}/OU=Server/CN={{ ca_cert_common_name }}'
ca_cert_tls_ca_path: '/etc/ssl/root_ca.crt'
ca_cert_tls_key_path: '/etc/ssl/{{ ca_cert_common_name }}.key'
ca_cert_tls_csr_path: '/etc/ssl/{{ ca_cert_common_name }}.csr'
ca_cert_tls_cert_path: '/etc/ssl/{{ ca_cert_common_name }}.crt'
ca_cert_ssh_ca_path: '/etc/ssh/user_ca.pub'
ca_cert_ssh_key_path: '/etc/ssh/ssh_host_ed25519_key'
...