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 953B

12345678910111213141516171819202122232425262728293031323334
  1. common_timezone: 'Etc/UTC'
  2. admin_email: "{{ main_user_name }}@{{ domain }}"
  3. main_user_shell: "/bin/bash"
  4. friendly_networks:
  5. - ""
  6. # encfs
  7. secret_root: '{{ inventory_dir | realpath }}'
  8. secret_name: 'secret'
  9. secret: '{{ secret_root + "/" + secret_name }}'
  10. encfs_password: "{{ lookup('password', secret + '/' + 'encfs_password', length=32) }}"
  11. # let's encrypt
  12. letsencrypt_server: "https://acme-v01.api.letsencrypt.org/directory"
  13. # ssh
  14. kex_algorithms: "diffie-hellman-group-exchange-sha256"
  15. ciphers: "aes256-ctr,aes192-ctr,aes128-ctr"
  16. macs: "hmac-sha2-512,hmac-sha2-256,hmac-ripemd160"
  17. # ntp
  18. ntp_servers:
  19. # use nearby ntp servers by default
  20. - 0.pool.ntp.org
  21. - 1.pool.ntp.org
  22. - 2.pool.ntp.org
  23. - 3.pool.ntp.org
  24. # use servers tailored to the server location
  25. # See http://www.pool.ntp.org/en/use.html
  26. # - 0.north-america.pool.ntp.org
  27. # - 1.north-america.pool.ntp.org
  28. # - 2.north-america.pool.ntp.org
  29. # - 3.north-america.pool.ntp.org