adding mariadb_root_password for beaker-stg

This commit is contained in:
Tim Flink 2015-05-14 17:15:27 +00:00
parent 42a088fcaa
commit bd2cb4161c

View file

@ -16,6 +16,7 @@ beaker_db_host: localhost
beaker_db_name: beaker
beaker_db_user: "{{ stg_beaker_db_user }}"
beaker_db_password: "{{ stg_beaker_db_password }}"
mariadb_root_password: "{{ stg_beaker_mariadb_root_password }}"
beaker_server_url: "https://beaker.stg.qa.fedoraproject.org"
beaker_server_cname: "beaker.stg.fedoraproject.org"