mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
29 lines
788 B
YAML
29 lines
788 B
YAML
---
|
|
# defaults file for xray
|
|
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
|
|
ansible_marketplace: standalone
|
|
|
|
# The version of xray to install
|
|
xray_version: 3.8.6
|
|
|
|
# whether to enable HA
|
|
xray_ha_enabled: true
|
|
|
|
# The location where xray should install.
|
|
jfrog_home_directory: /opt/jfrog
|
|
|
|
# The remote xray download file
|
|
xray_tar: https://dl.bintray.com/jfrog/jfrog-xray/xray-linux/{{ xray_version }}/jfrog-xray-{{ xray_version }}-linux.tar.gz
|
|
|
|
#The xray install directory
|
|
xray_untar_home: "{{ jfrog_home_directory }}/jfrog-xray-{{ xray_version }}-linux"
|
|
xray_home: "{{ jfrog_home_directory }}/xray"
|
|
|
|
#xray users and groups
|
|
xray_user: xray
|
|
xray_group: xray
|
|
|
|
# if this is an upgrade
|
|
xray_upgrade_only: false
|
|
|
|
xray_system_yaml_template: system.yaml.j2 |