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.

37 lines
1.2 KiB

  1. ---
  2. # Put here the public ip for your organisation
  3. public_ip: 0.0.0.0
  4. # Put here the domain for your organisation
  5. domain: "example.com"
  6. # Put here an email address to receive Let's Encrypt communications.
  7. letsencrypt_email: 'admin@example.com'
  8. # Put the TLS X.509 Subject Prefix (before OU=)
  9. x509_subject_prefix: '/C=IT/L=Firenze/O=Example'
  10. # Here the same in LDAP (and reversed) format
  11. x509_ldap_suffix: 'o=Example,l=Firenze,c=it'
  12. # Put here the public key of the user CAs.
  13. # The first one will be used also to check if host certificate are
  14. # updated.
  15. user_ca_keys:
  16. - "ssh-ed25519 AAAA(...) Active Production key"
  17. - "ssh-ed25519 AAAA(...) Older not-expired key"
  18. # - "ssh-ed25519 AAAA(...) Revoked key"
  19. # Put TLS Certificate of your Root Certification Authority
  20. tls_root_ca: |
  21. -----BEGIN CERTIFICATE-----
  22. #########################
  23. -----END CERTIFICATE-----
  24. # Put TLS Certificate for OpenVPN Server Intermediate CA
  25. tls_vpn_user_ca: |
  26. -----BEGIN CERTIFICATE-----
  27. #########################
  28. -----END CERTIFICATE-----
  29. # Put TLS Certificate for OpenVPN Users Intermediate CA
  30. tls_vpn_server_ca: |
  31. -----BEGIN CERTIFICATE-----
  32. ##########################
  33. -----END CERTIFICATE-----