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 # password will match /var/lib/openliberty/usr/servers/cldr/server.env 9 - name: surveytool 10 host: localhost 11 password: hunter42 12 priv: 'cldrdb.*:ALL' 13 # this is the account used for administrative tasks 14 # password will match /home/cldradmin/.my.sql 15 - name: cldradmin 16 password: hunter46 17 priv: 'cldrdb.*:ALL/*.*:PROCESS' 18 append_privs: yes 19# this is the account used for deployment 20surveytooldeploy: 21 # TODO: surveytooldeploy.password appears to be unused? 22 password: hunter43 23 # vap will match CLDR_VAP in /srv/st/config/cldr.properties 24 vap: hunter44 25 # testpw will match CLDR_TESTPW in /srv/st/config/cldr.properties 26 testpw: hunter45 27 oldversion: 39 28 newversion: 40 29 key: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5TcIs3HNzv6PIlkJVifUTaWj8CEJmLngvE45F/sL4+oHdOSBHyG/rU04psIuvDjukrQY8a0ZhohGkpcwl1WIY= dummy value just for test 30 certbot_admin_email: [email protected] 31 certbot_certs: 32 - domains: 33 - cldr-ref.unicode.org 34