Advertisement
zipur

Untitled

Feb 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. ---
  2. # Bacchus installer parameters file
  3. #
  4. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. # !!! DO NOT FORGET TO CHANGE THE DEFAULT PASSWORDS !!!!
  6. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  7. #
  8. # Please note that ansible playbook can be run more than once, each time you run the playbook
  9. # it will change the settings to these defaults.
  10. #
  11. # The scripts under {bacchus_base_path}/tools are also based on these parameters.
  12. # If you change the following credentials manually on the corresponding application,
  13. # you may need to edit the scripts in tools directory.
  14. #
  15. # Genereal settings
  16. #
  17. bacchus_base_path: /opt/bacchus
  18. timezone: America/Chicago
  19. #
  20. #Inventory job interval, default 10 mins
  21. inv_sched_interval: 10
  22. #
  23. #
  24. # MariaDB credentials
  25. #
  26. bacchus_db_user: bacchus
  27. bacchus_db_pass: yask0laz1
  28. #
  29. # RabbitMQ credentials
  30. #
  31. bacchus_mq_user: bacchus
  32. bacchus_mq_pass: untimOzi
  33. #
  34. #
  35. # Celery settings
  36. #
  37. flower_user: admin
  38. flower_pass: anceiueqwciv
  39. worker_concurrency: 16
  40. #
  41. #
  42. # Bacchus Web Console settings
  43. #
  44. admin_username: admin
  45. admin_password: wvkw0vjwopjv
  46. admin_email: admin@localhost
  47. session_cookie_age: 300
  48. bind_address: 10.50.90.213
  49. bind_port: 8080
  50. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement