mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
* Issue #136 (#230) - added boolean variable to decide whether to add a redirect directive to the nginx config when the docker subdomain feature is used. Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com> * [ansible] Call "installService.sh" after upgrading Artifactory (#238) * Issue #207 - added compatibility with Amazon Linux 2 (#231) Co-authored-by: Ram Mohan Rao Chukka <1331672+chukka@users.noreply.github.com> * [ansible] JFrog Platform 10.9.0 release Co-authored-by: Johannes Brunswicker <johannes.brunswicker@gmail.com> Co-authored-by: Christian Bönning <hexa2k9@users.noreply.github.com>
Distribution
The Distribution role will install distribution software onto the host. An Artifactory server and Postgress database is required.
Role Variables
- distribution_upgrade_only: Perform an software upgrade only. Default is false.
Additional variables can be found in defaults/main.yml.
Example Playbook
---
- hosts: distribution_servers
roles:
- distribution
Upgrades
The distribution role supports software upgrades. To use a role to perform a software upgrade only, use the xray_upgrade_only variables and specify the version. See the following example.
- hosts: distributionservers
vars:
distribution_version: "{{ lookup('env', 'distribution_version_upgrade') }}"
distribution_upgrade_only: true
roles:
- distribution