[ansible] JFrog Platform 10.10.0 release (#252)

This commit is contained in:
Ram Mohan Rao Chukka
2022-12-08 17:36:24 +05:30
committed by GitHub
parent 5eea6a893b
commit 71e2f3ac9a
11 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,13 @@
# JFrog Platform Ansible Collection Changelog # JFrog Platform Ansible Collection Changelog
All changes to this collection will be documented in this file. All changes to this collection will be documented in this file.
## [10.10.0] - Dec 7, 2022
* Product Updates/fixes
## [10.9.4] - Nov 11, 2022
* Removed support for Debian 9
* Product Updates/fixes
## [10.9.3] - Oct 31, 2022 ## [10.9.3] - Oct 31, 2022
* Product Updates/fixes * Product Updates/fixes

View File

@@ -2,7 +2,7 @@
This Ansible directory consists of the following directories that support the JFrog Platform collection. This Ansible directory consists of the following directories that support the JFrog Platform collection.
* ansible_collections directory - This directory contains the Ansible collection package that has the Ansible roles for Artifactory, Distribution, Missioncontrol and Xray. See the roles README for details on the product roles and variables. * ansible_collections directory - This directory contains the Ansible collection package that has the Ansible roles for Artifactory, Distribution, Insight and Xray. See the roles README for details on the product roles and variables.
* examples directory - This directory contains example playbooks for various architectures. * examples directory - This directory contains example playbooks for various architectures.

View File

@@ -9,7 +9,7 @@ namespace: "jfrog"
name: "platform" name: "platform"
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: "10.9.3" version: "10.10.0"
# 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"

View File

@@ -1,7 +1,7 @@
# defaults file for artifactory # defaults file for artifactory
# The version of artifactory to install # The version of artifactory to install
artifactory_version: 7.46.10 artifactory_version: 7.47.11
# Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role ) # Set this to true when SSL is enabled (to use artifactory_nginx_ssl role), default to false (implies artifactory uses artifactory_nginx role )
artifactory_nginx_ssl_enabled: false artifactory_nginx_ssl_enabled: false

View File

@@ -15,15 +15,13 @@ galaxy_info:
- 8 - 8
- name: Ubuntu - name: Ubuntu
versions: versions:
- xenial
- bionic - bionic
- focal - focal
- name: Debian - name: Debian
versions: versions:
- stretch
- buster - buster
- name: Amazon - name: Amazon
versions: version:
- 2 - 2
galaxy_tags: galaxy_tags:
- artifactory - artifactory

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.9.3 platform_collection_version: 10.10.0
# indicates where this collection was downloaded from (galaxy, automation_hub, standalone) # indicates where this collection was downloaded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.9.3 platform_collection_version: 10.10.0
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,7 +1,7 @@
# defaults file for insight # defaults file for insight
# The version of insight to install # The version of insight to install
insight_version: 1.12.1 insight_version: 1.13.0
# whether to enable HA # whether to enable HA
insight_ha_enabled: false insight_ha_enabled: false

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.9.3 platform_collection_version: 10.10.0
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy

View File

@@ -1,7 +1,7 @@
# defaults file for xray # defaults file for xray
# The version of xray to install # The version of xray to install
xray_version: 3.59.4 xray_version: 3.62.4
# whether to enable HA # whether to enable HA
xray_ha_enabled: false xray_ha_enabled: false
@@ -59,9 +59,6 @@ xray_db_util_search_filter:
ubuntu20: ubuntu20:
db5: 'db5.3-util.*dfsg.*ubuntu.*amd64\.deb' db5: 'db5.3-util.*dfsg.*ubuntu.*amd64\.deb'
db: 'db-util.*ubuntu.*all.deb' db: 'db-util.*ubuntu.*all.deb'
debian9:
db5: 'db5.3-util.*deb9.*amd64\.deb'
db: 'db-util_([0-9]{1,3}\.?){3}_all\.deb'
debian10: debian10:
db5: 'TBD' db5: 'TBD'
db: 'db-util_([0-9]{1,3}\.?){3}.*nmu1_all\.deb' db: 'db-util_([0-9]{1,3}\.?){3}.*nmu1_all\.deb'

View File

@@ -1,5 +1,5 @@
# platform collection version # platform collection version
platform_collection_version: 10.9.3 platform_collection_version: 10.10.0
# indicates were this collection was downlaoded from (galaxy, automation_hub, standalone) # indicates were this collection was downlaoded from (galaxy, automation_hub, standalone)
ansible_marketplace: galaxy ansible_marketplace: galaxy