Brak opisu
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.3KB

123456789101112131415161718192021222324252627282930313233343536
  1. common_timezone: 'Etc/UTC'
  2. admin_email: "{{ main_user_name }}@{{ domain }}"
  3. main_user_shell: "/bin/bash"
  4. friendly_networks:
  5. - ""
  6. # pass
  7. secret_root: '{{ inventory_dir | realpath }}'
  8. secret_name: 'secret'
  9. secret: '{{ secret_root + "/" + secret_name }}'
  10. db_admin_username: 'postgres'
  11. db_admin_password: "{{ lookup('password', secret + '/' + 'db_admin_password', length=32) }}"
  12. # let's encrypt
  13. letsencrypt_server: "https://acme-v01.api.letsencrypt.org/directory"
  14. # ssh
  15. # Following https://infosec.mozilla.org/guidelines/openssh
  16. kex_algorithms: "curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256"
  17. ciphers: "chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr"
  18. 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"
  19. # ntp
  20. ntp_servers:
  21. # use nearby ntp servers by default
  22. - 0.pool.ntp.org
  23. - 1.pool.ntp.org
  24. - 2.pool.ntp.org
  25. - 3.pool.ntp.org
  26. # use servers tailored to the server location
  27. # See http://www.pool.ntp.org/en/use.html
  28. # - 0.north-america.pool.ntp.org
  29. # - 1.north-america.pool.ntp.org
  30. # - 2.north-america.pool.ntp.org
  31. # - 3.north-america.pool.ntp.org