xref: /aosp_15_r20/external/cldr/tools/scripts/ansible/vars/main.yml (revision 912701f9769bb47905792267661f0baf2b85bed5)
1ansible_python_interpreter: python3
2
3cldr_database_name: cldrdb
4cldr_db_backup_host: corp.unicode.org
5cldr_db_backup_user: cldrbackup
6cldr_db_backup_destination: "{{ cldr_db_backup_host }}:/home/users/{{ cldr_db_backup_user }}"
7
8cldr_openliberty_user: openliberty
9cldr_openliberty_group: "{{ cldr_openliberty_user }}"
10# the name of the server
11cldr_openliberty_server: cldr
12cldr_openliberty_service: openliberty@{{ cldr_openliberty_server }}
13
14cldr_surveytool_user: surveytool
15cldr_surveytool_group: "{{ cldr_openliberty_group }}"
16
17# this is the path to the server config
18cldr_st_path: /srv/st
19cldr_path: "{{ cldr_st_path }}/config"
20# this is the path to the CLDR checkout
21cldr_trunk_path: "{{ cldr_st_path }}/src/cldr"
22