No Description
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.

main.yml 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. common_timezone: 'Etc/UTC'
  2. admin_email: "{{ main_user_name }}@{{ domain }}"
  3. main_user_shell: "/bin/bash"
  4. friendly_networks:
  5. - ""
  6. db_admin_username: 'postgres'
  7. db_admin_password: "{{ lookup('password', secret + '/' + 'db_admin_password length=32') }}"
  8. # let's encrypt
  9. letsencrypt_server: "https://acme-v02.api.letsencrypt.org/directory"
  10. # ssh
  11. # Following https://infosec.mozilla.org/guidelines/openssh
  12. kex_algorithms: "curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256"
  13. ciphers: "chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr"
  14. macs: "hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com"
  15. subdomains:
  16. - "{{ server_name }}"
  17. - "www"
  18. - "mail"
  19. - "autoconfig"
  20. - "stats"
  21. - "news"
  22. - "cloud"
  23. - "git"
  24. - "matrix"
  25. - "status"
  26. - "social"
  27. - "comments"
  28. - "iot"
  29. - "wiki"
  30. - "jitsi"
  31. - "kanboard"
  32. - "chat"
  33. - "users"
  34. - "survey"
  35. - "gpodder"
  36. # ntp
  37. ntp_servers:
  38. - 0.pool.ntp.org
  39. - 1.pool.ntp.org
  40. - 2.pool.ntp.org
  41. - 3.pool.ntp.org