mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 06:06:56 -06:00
Updated collection package to 1.0.7
This commit is contained in:
@@ -10,11 +10,11 @@ This Ansible directory consists of the following directories that support the JF
|
|||||||
## Tested Artifactory and Xray Versions
|
## 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.
|
The following versions of Artifactory and Xray have been validated with this collection. Other versions and combinations may also work.
|
||||||
|
|
||||||
| artifactory_version | xray_version |
|
| collection_version | artifactory_version | xray_version |
|
||||||
|---------------------|--------------|
|
|--------------------|---------------------|--------------|
|
||||||
| 7.6.1 | 3.5.2 |
|
| 1.0.7 | 7.6.1 | 3.5.2 |
|
||||||
| 7.5.0 | 3.3.0 |
|
| 1.0.6 | 7.5.0 | 3.3.0 |
|
||||||
| 7.4.3 | 3.3.0 |
|
| 1.0.6 | 7.4.3 | 3.3.0 |
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ namespace: "jfrog"
|
|||||||
name: "installers"
|
name: "installers"
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: "1.0.6"
|
version: "1.0.7"
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: "README.md"
|
readme: "README.md"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# defaults file for artifactory
|
# defaults file for artifactory
|
||||||
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
|
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
|
||||||
ansible_marketplace: standalone
|
ansible_marketplace: galaxy
|
||||||
|
|
||||||
# The version of Artifactory to install
|
# The version of Artifactory to install
|
||||||
artifactory_version: 7.6.1
|
artifactory_version: 7.6.1
|
||||||
|
|||||||
@@ -144,8 +144,8 @@
|
|||||||
shell:
|
shell:
|
||||||
cmd: ./gradlew clean unified_test
|
cmd: ./gradlew clean unified_test
|
||||||
chdir: ../tests/
|
chdir: ../tests/
|
||||||
# - name: Cleanup and delete stack
|
- name: Cleanup and delete stack
|
||||||
# cloudformation:
|
cloudformation:
|
||||||
# stack_name: "{{ lookup('env', 'stack_name') }}"
|
stack_name: "{{ lookup('env', 'stack_name') }}"
|
||||||
# region: "us-east-1"
|
region: "us-east-1"
|
||||||
# state: "absent"
|
state: "absent"
|
||||||
Reference in New Issue
Block a user