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.

61 lines
1.6 KiB

9 years ago
  1. ---
  2. admin_ssh_keys: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZXK3ufonx+zNQ1x6cSWuUWckB/xf9sKZ+mRgY5SPXzqrxSkqNSmr9JQ6xzvhxKEVcFWsi50op1WWtRo3HG3p3+EHKXeCyzt5QnczDlVOoQbB8kgI0byKcvXux1inL4/Q4DbVLUbDFnynD/C5aAyYMYePahMxR+AQr60DD+7Ty6pcEVih1wwHIlxWziY1EF6sEzQwz/PiTxWIZkKHl/WPGagS9Pp/5nQfdZy0AS/JqbzNyMEg51+XedADuqseV4GXDzrzDYLJXJFv1PFVJxRWLrjChKrUMqyszUySkZMr5YSPXlsV0bi+0xivYEsXvIkLORV96JTZosYbV+0aFKDPv root@debian
  3. default_packages_debian: htop
  4. description: machine test
  5. # NTP
  6. ntp_servers:
  7. - 0.pool.ntp.org
  8. - 1.pool.ntp.org
  9. - 2.pool.ntp.org
  10. disable_ipv6: true
  11. # Mail
  12. domain: test.net
  13. # MariaDB
  14. mariadb_version: 10.0
  15. mysql_root_password: changeme
  16. mysql_host: localhost
  17. # ircbouncer
  18. znc_version: 1.4
  19. irc_nick: (required)
  20. irc_ident: (required)
  21. irc_realname: (required)
  22. irc_quitmsg: (required)
  23. irc_password_hash: (required) # http://wiki.znc.in/Configuration#Pass
  24. irc_password_salt: (required) # http://wiki.znc.in/Configuration#Pass
  25. irc_timezone: "Europe/Paris" #Example: "Europe/Paris"
  26. network_address: irc.my.network.net
  27. network_port: 6697
  28. network_channel: 1337Chan
  29. # xmpp
  30. prosody_admin: admin@test.net
  31. prosody_virtual_domain: test.net
  32. prosody_accounts: admin@test.net
  33. # wallabag
  34. wallabag_version: 1.8.1
  35. wallabag_domain: "read.test.net"
  36. wallabag_salt: (required)
  37. wallabag_db_username: wallabag
  38. wallabag_db_password: (required)
  39. wallabag_db_database: wallabag
  40. #ovzdb
  41. backup_server: 192.168.1.2
  42. backup_dir: "/var/lib/vz/backups/OpenVZ/"
  43. backup_minute: 10
  44. backup_hour: 02
  45. purge_minute: 10
  46. purge_hour: 03
  47. upload_server: 192.168.1.1
  48. upload_dir: "/var/lib/vz/backups/OpenVZ/"
  49. upload_minute: 10
  50. upload_hour: 05
  51. admin_email: "configz@github.com"
  52. # vim: set textwidth=0 ft=yaml: