1# these are used for CI testing
2# and, they also serve as an example of how to
3# configure local-vars/local.yml
4
5cldradmin_pw: hunter46 # needs to match cldradmin pw below
6mysql_users:
7  # this is the account used by the survey tool itself
8  - name: surveytool
9    host: localhost
10    password: hunter42
11    priv: 'cldrdb.*:ALL'
12  # this is the account used for administrative tasks
13  - name: cldradmin
14    password: hunter46
15    priv: 'cldrdb.*:ALL/*.*:PROCESS'
16    append_privs: yes
17# this is the account used for deployment
18surveytooldeploy:
19  password: hunter43
20  vap: hunter44
21  testpw: hunter45
22  oldversion: 36
23  newversion: 37
24  key: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5TcIs3HNzv6PIlkJVifUTaWj8CEJmLngvE45F/sL4+oHdOSBHyG/rU04psIuvDjukrQY8a0ZhohGkpcwl1WIY= dummy value just for test
25