#4442 add initial private vars to ansible for taskotron production
Closed: Fixed Opened by tflink.

Please add the following values to ansible's private variable file:

  • prod_buildbot_user:
  • prod_buildbot_password:
  • prod_buildmaster_db_user:
  • prod_buildmaster_db_password:
  • prod_resultsdb_secret_key:
  • prod_resultsdb_db_user:
  • prod_resultsdb_db_password:
  • prod_resultsdb_frontend_secret_key:
  • prod_buildslave_user:
  • prod_buildslave_password:
  • prod_taskotron_fas_password:

The *_secret_key variables can be generated with:
{{{
python -c "import os; print os.urandom(24).encode('string_escape')"
}}}

For now, the prod_taskotron_fas_password is just a dummy value. A bot account will be requested in a different ticket


Metadata