Added offline mode for xray. Added option to configure pg_hba.conf.

This commit is contained in:
Jeff Fry
2020-09-27 10:53:12 -07:00
111 changed files with 9069 additions and 599 deletions

View File

@@ -4,7 +4,7 @@
ansible_marketplace: standalone
# The version of xray to install
xray_version: 3.5.2
xray_version: 3.8.6
# whether to enable HA
xray_ha_enabled: true
@@ -24,4 +24,6 @@ xray_user: xray
xray_group: xray
# if this is an upgrade
xray_upgrade_only: false
xray_upgrade_only: false
xray_system_yaml_template: system.yaml.j2