xref: /aosp_15_r20/external/cldr/tools/scripts/ansible/vars/openliberty.yml (revision 912701f9769bb47905792267661f0baf2b85bed5)
1*912701f9SAndroid Build Coastguard Worker# This file contains variables used by devopstoolbox.openliberty for Survey Tool
2*912701f9SAndroid Build Coastguard Workeropenliberty_firewall_configure: false
3*912701f9SAndroid Build Coastguard Workeropenliberty_packages_state: present
4*912701f9SAndroid Build Coastguard Workeropenliberty_remove_packages: true
5*912701f9SAndroid Build Coastguard Workeropenliberty_enable_service: false
6*912701f9SAndroid Build Coastguard Workeropenliberty_enable_selinux: false
7*912701f9SAndroid Build Coastguard Workeropenliberty_copy_templates: false
8*912701f9SAndroid Build Coastguard Workeropenliberty_users:
9*912701f9SAndroid Build Coastguard Worker  - user: "{{ cldr_openliberty_user }}"
10*912701f9SAndroid Build Coastguard Worker    group: "{{ cldr_openliberty_group }}"
11