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.

24 lines
678 B

  1. ---
  2. # ip of the management vlan gateway
  3. management_gateway: 0.0.0.0
  4. # ip of the vm vlan gateway
  5. vm_gateway: 0.0.0.0
  6. # Put here the public key of the users CA.
  7. user_ca_keys:
  8. - "ssh-ed25519 AAAA(...) Active Production key"
  9. - "ssh-ed25519 AAAA(...) Older not-expired key"
  10. # - "ssh-ed25519 AAAA(...) Revoked key"
  11. # Put the TLS X.509 Subject Prefix (before OU=)
  12. ssl_subject_prefix: '/S=IT/L=Firenze/O=Example'
  13. # Put TLS Certificate of your Root Certification Authority
  14. ssl_ca_cert: |
  15. -----BEGIN CERTIFICATE-----
  16. -----END CERTIFICATE-----
  17. # Put here the public ip for your organisation
  18. public_ip: 0.0.0.0
  19. # Put here the domain for your organisation
  20. domain: "example.com"