mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
Updated README with version information.
This commit is contained in:
@@ -7,6 +7,15 @@ This Ansible directory consists of the following directories that support the JF
|
|||||||
* [infra directory](infra) - This directory contains example infrastructure templates that can be used for testing and as example deployments.
|
* [infra directory](infra) - This directory contains example infrastructure templates that can be used for testing and as example deployments.
|
||||||
* [test directory](test) - This directory contains Gradle tests that can be used to verify a deployment. It also has Ansible playbooks for creating infrastructure, provisioning software and testing with Gradle.
|
* [test directory](test) - This directory contains Gradle tests that can be used to verify a deployment. It also has Ansible playbooks for creating infrastructure, provisioning software and testing with Gradle.
|
||||||
|
|
||||||
|
## Tested Artifactory and Xray Versions
|
||||||
|
The following versions of Artifactory and Xray have been validated with this collection. Other versions and combinations may also work.
|
||||||
|
|
||||||
|
| artifactory_version | xray_version |
|
||||||
|
|---------------------|--------------|
|
||||||
|
| 7.6.1 | 3.5.2 |
|
||||||
|
| 7.5.0 | 3.3.0 |
|
||||||
|
| 7.4.3 | 3.3.0 |
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Install this collection from Ansible Galaxy. This collection is also available in RedHat Automation Hub.
|
1. Install this collection from Ansible Galaxy. This collection is also available in RedHat Automation Hub.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
ansible_marketplace: standalone
|
ansible_marketplace: standalone
|
||||||
|
|
||||||
# The version of Artifactory to install
|
# The version of Artifactory to install
|
||||||
artifactory_version: 7.4.1
|
artifactory_version: 7.6.1
|
||||||
|
|
||||||
# licenses file - specify a licenses file or specify up to 5 licenses
|
# licenses file - specify a licenses file or specify up to 5 licenses
|
||||||
artifactory_license1:
|
artifactory_license1:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
ansible_marketplace: standalone
|
ansible_marketplace: standalone
|
||||||
|
|
||||||
# The version of xray to install
|
# The version of xray to install
|
||||||
xray_version: 3.3.0
|
xray_version: 3.5.2
|
||||||
|
|
||||||
# whether to enable HA
|
# whether to enable HA
|
||||||
xray_ha_enabled: true
|
xray_ha_enabled: true
|
||||||
|
|||||||
@@ -34,12 +34,6 @@ pipelines:
|
|||||||
- sudo apt -y --allow-unauthenticated install ansible
|
- sudo apt -y --allow-unauthenticated install ansible
|
||||||
- sudo pip install packaging
|
- sudo pip install packaging
|
||||||
- sudo pip install boto3 botocore
|
- sudo pip install boto3 botocore
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
- ls workspace
|
|
||||||
- ls dependencyState
|
|
||||||
- ls dependencyState/resources
|
|
||||||
- ls dependencyState/resources/ansibleRepo
|
|
||||||
- cd dependencyState/resources/ansibleRepo
|
- cd dependencyState/resources/ansibleRepo
|
||||||
- echo 'Setting environment variables...'
|
- echo 'Setting environment variables...'
|
||||||
- export artifactory_version="$int_ansibleEnvVars_artifactory_version"
|
- export artifactory_version="$int_ansibleEnvVars_artifactory_version"
|
||||||
@@ -90,12 +84,6 @@ pipelines:
|
|||||||
- sudo pip install packaging
|
- sudo pip install packaging
|
||||||
- sudo pip install msrestazure
|
- sudo pip install msrestazure
|
||||||
- sudo pip install ansible[azure]
|
- sudo pip install ansible[azure]
|
||||||
- pwd
|
|
||||||
- ls
|
|
||||||
- ls workspace
|
|
||||||
- ls dependencyState
|
|
||||||
- ls dependencyState/resources
|
|
||||||
- ls dependencyState/resources/ansibleRepo
|
|
||||||
- cd dependencyState/resources/ansibleRepo
|
- cd dependencyState/resources/ansibleRepo
|
||||||
- echo 'Setting environment variables...'
|
- echo 'Setting environment variables...'
|
||||||
- export artifactory_version="$int_ansibleEnvVars_artifactory_version"
|
- export artifactory_version="$int_ansibleEnvVars_artifactory_version"
|
||||||
|
|||||||
Reference in New Issue
Block a user