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.

47 lines
1.3 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. # xmpp
  27. prosody_admin: admin@test.net
  28. prosody_virtual_domain: test.net
  29. prosody_accounts: admin@test.net
  30. # wallabag
  31. wallabag_version: 1.8.1
  32. wallabag_domain: "read.test.net"
  33. wallabag_salt: (required)
  34. wallabag_db_username: wallabag
  35. wallabag_db_password: (required)
  36. wallabag_db_database: wallabag
  37. # vim: set textwidth=0 ft=yaml: