mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
[ansible] JFrog Platform 7.18.5 release (#106)
* [ansible] JFrog Platform 7.18.5 release
This commit is contained in:
committed by
GitHub
parent
94b2752d7d
commit
ab2644dd80
@@ -0,0 +1,26 @@
|
||||
# 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](./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
|
||||
```
|
||||
Reference in New Issue
Block a user