android13/external/cldr/tools/scripts/ansible/vars/openliberty.yml

11 lines
392 B
YAML
Raw Normal View History

2024-06-22 08:45:49 -04:00
# This file contains variables used by devopstoolbox.openliberty for Survey Tool
openliberty_firewall_configure: false
openliberty_packages_state: present
openliberty_remove_packages: true
openliberty_enable_service: false
openliberty_enable_selinux: false
openliberty_copy_templates: false
openliberty_users:
- user: "{{ cldr_openliberty_user }}"
group: "{{ cldr_openliberty_group }}"